i use IIS 5 and mssql7 and tried to connect to mssql7 but it doesn't work cause this error "Fatal error: Call to undefined function: mssql_connect()" what should be the problem ?
thanks
your php might not have the module for mssql
Check out your php.ini file, check under entry extension_dir, and uncomment this entry : extension=php_mssql70.dll