I am trying to make a connection between PHP and a SQL server's database. I'm running XAMPP, and I deleted the ; from extension=php_mssql.dll to enable the PHP extension by modifying the php.ini file.
When I run my script, however, PHP throws an error that says the function mssql_connect() doesn't exist.
What can I do to fix this?