I am trying to enable MSSQL support. Nothing I am doing it making this possible. I have found nothing to be of help for a Windows installation of PHP.
Fatal error: Call to undefined function: mssql_connect()
This is the error I am gettign which prompts me to attempt to get MSSQL extensions to work. I have removed the ; from in front of the extension=php_mssql.dll line, restarted PHP, and still I get the same message.
What am I doing wrong?
resolved. added a line to the ini file to point to where the extensions are.