I have PHP4 & windows 2000 prof.
I edited the php.ini file, so php can excute the php_mssql.dll.
every thing is ok just that, when I tried to connect to MS Sql using the command
mssql_connect("localhost",$USERNAME,$PASSWORD);
I got this message:
Warning: MS SQL: Unable to connect to server: ahmed in d:\inetpub\wwwroot\insert.php on line 5
what is the problem !!??
please Help.