This topic is locked

mssql_connect() error

3/9/2009 5:03:25 PM
PHPRunner General questions
L
lavender_Hi author

Have anyone ever seen this error: Fatal error: Call to undefined function mssql_connect() in /var/www/html/testing/include/dbconnection.mssql.unix.php on line 8?
I am building the project from winxp.
Do you know how to fix this?
Thanks,

Sergey Kornilov admin 3/9/2009

It appears your PHP installation doesn't include SQL Server support.
You need to check with your web hosting provider if SQL Server is supported.

More info:

http://www.webmasterworld.com/forum88/3676.htm

Even more info:

http://ca2.php.net/manual/en/ref.mssql.php

L
lavender_Hi author 3/13/2009

Thanks, I will give it a try.