Trying to get my IIS 6 web server to run PHP with the MSSQL extentions. I'v got PHP installed (version 5.1.4) and will display the phpinfo() page. However, I can not seem to get the MSSQL commands to work.
1. I've enabled the "extension=php_mssql.dll" in php.ini
2. I've copied the "php_mssql.dll" to win\sys32
3. I've copied the "ntwdblib.dll" from the database server to the IIS/PHP server
4. I've restarted the web services SEVERAL times.
However when ever any database commands are on a page, I just get a blank page, no error messages, nothing.
Any ideas to get this working?
Thanks.
1. I've enabled the "extension=php_mssql.dll" in php.ini
2. I've copied the "php_mssql.dll" to win\sys32
3. I've copied the "ntwdblib.dll" from the database server to the IIS/PHP server
4. I've restarted the web services SEVERAL times.
However when ever any database commands are on a page, I just get a blank page, no error messages, nothing.
Any ideas to get this working?
Thanks.