No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
[quote=ithinkimdumb;52877]is there any function in PHP that can access my MsSQL Server...??? Note : All my Script was in Store Procedure[/quote] Yes, you can use the PHP MSSQL library. However, you may be on a linux box with your PHP so you should also look into ODBC. Good luck.
So you are including this page in the other page? When you echo this variable on config.php, does it display then? Are you including this config.php page more than once?
[quote=sarita.t;312347]I want to know the solution for creating a link in php page by making a directory in unix.?if somebody knows the answer kindly reply. Thank you[/quote] Using PHP's mkdir function, also check if the directory exists. You can also use [inlinecode]exec[/inlinecode] which can execute OS command line from within …
[quote=Shu;313742]Hi! I'm a newbie and have some silly questions. PHP: 1. I want to inlude a txt file in array. I have an associative array. What format does the data in txt file must be? e.g. array I want to have: [code] $m["foo"] = "text 1"; $m["foo foo"] = "text …
The End.
hradek