I'm trying to get my linux server to connect to an MS SQL server via php. If I run the same script on my windows laptop there is no problem but on the Linux server I get the message :
Fatal error: Call to undefined function: mssql_connect() in /var/www/html/stationary/index.php on line 49 I edited /etc/php.ini and uncommented the line that loads the mssql module, it reads : extension = php_mssql.so Phpinfo() doesn't say that the SQL support is enabled and I still get the error. Please help ! -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]