Check to see if you have php_mssql.dll in the c:\php directory....
I had to extract this file and add it into the extensions path to which the php.ini configuration file points to....(I had to change that because it pointed essentially nowhere).
touftouf wrote:
Hi all,
I have the same problem,
If I change the .ini file as above, I always have the same message:
Fatal error: Call to undefined function: mssql_connect() in d:\program files\easyphp\www\learning\3\mssql_add.php on line 3
line 3 is:
$db = mssql_connect("cgui", "usr_test", "pwd_test"); // database connection
I stop and restarted EasyPHP, not better
I exit and re-execute EasyPHP, not better
Can You help me further?