Hello, I am very new at php. I am running an MSSQL server and my test web site on the same box. PHP5 is installed using the windows installer from php.net. the box is a Win2000 server. When I attempt to use mssql_connect or pdo_mssql_connect I keep getting one error after another. Any assistance in setting up my connection to the db would be greatly appreciated. My php.ini file is uncommented where it should be and complies now without any errors. I just can not seem to get the system to see the mssql dlls. When I installed php, my mssql dll was php_pdo_mssql, not the php_mssql.dll that I have read about.
Thanks,
Call to undefined function mssql_connect()
Moderator: General Moderators
mssql enabled
That I understood. I did enable it in the php.ini file.
Hi, I am having a similar problem.
I uncommented this line in php.ini:
extension=php_mysql.dll
I also copied php_mysql.dll to WINDOWS/system32/ which is where I keep php5ts.dll
(I also tried putting php_mysql.dll in WINDOWS/system/)
The error is:
Unable to load dynamic library './php_mysql.dll' - The specified module could not be found.
I stopped and started IIS and also reset my computer.
I'm using the cgi version of php.
What should I do ?
Thanks.
I uncommented this line in php.ini:
extension=php_mysql.dll
I also copied php_mysql.dll to WINDOWS/system32/ which is where I keep php5ts.dll
(I also tried putting php_mysql.dll in WINDOWS/system/)
The error is:
Unable to load dynamic library './php_mysql.dll' - The specified module could not be found.
I stopped and started IIS and also reset my computer.
I'm using the cgi version of php.
What should I do ?
Thanks.