I use PHP on FreeBSD with Apache. I try use function mssql_connect() and it geve me the error on the "Call to unsupported or undefined function mssql_connect()". Can anyone tell me.. what's problem??
Have you made sure that PHP was compiled with MS SQL support? Try phpinfo(); to make sure.