Hi, Why does PHP4 (windows) tell me that my module doesn´t exist when it does? I´m talking about php_mssql70.dll Thanks.
Maybe it exists, but isn't loaded. Run this to see which ones are loaded: (If you're using apache) print_r(apache_get_modules()); PHP: Also try running this before you try to use the module: dl('php_mssql70.dll'); PHP: http://www.php.net/dl