Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #44.3K
~661 People Reached
Favorite Forums

4 Posted Topics

Member Avatar for ithinkimdumb

[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.

Member Avatar for RUBein_Fair
0
130
Member Avatar for ¤| battousai |¤

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?

Member Avatar for ¤| battousai |¤
0
346
Member Avatar for sarita.t

[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 …

Member Avatar for hradek
0
105
Member Avatar for Beshur

[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 …

Member Avatar for hradek
0
80

The End.