I have PHP running on an IIS server. I have a php page attempting to query mssql_connect. In the php.ini file I've configured it to read the php_mssql.dll. I have: extension="php_mssql.dll" in there, but I have no idea where to put the .dll file.
I've tried putting the .dll file in the same folder as the .ini file...or in C:WINNT/system32/ and other places...including trying to use the same dll path that works for my apache server on the same machine...
I'm lost for the moment and could need some help from anyone....pllleaaasseee...
Thank you!
Mark