I have php installed, and I'm editing the php.ini file in my WINNT directory.
In the php.ini file, I have this line:
extension_dir = ./extensions
and also this line
extension=php_mssql.dll
without the ; before the line.
Do I need anything else, because I still get this error in a msgbox:
Unable to load dynamic library './extensions/php_mssql.dll' - The specified module could not be found.
What should I do now ?!?