i'm having problems with php.ini . My OS is WIN NT 4.0 with IIS4.
php is not finding the dll's files. My extension_dir is correct, because the error is
Call to undefined function: mssql_connect() !
when i discoment the line
extension=php_mssql70.dll
the error is
unable to load the dynamic library c:\php\extensions\php_mssql70.dll
what i have to do????