XAMPP 1.7.3 ERROR SOLUTION
ENGLISH
Fatal error: Call to undefined function: mssql_connect ()
Is corrected as follows:
This is because not properly edited the php.ini file, which is housed in the C:\xampp\php
Find the file you open it and find the line:
; extension = php_mssql.dll
And remove the ";" (semicolon) at the beginning to make it like this:
extension = php_mssql.dll





