So i had this website problem i checked the php.ini i enabled the mssql but that didn't work logCode:atal error: Call to undefined function mssql_connect() in C:\Xampp\xampp\htdocs\secure\config.php on line 42
Printable View
So i had this website problem i checked the php.ini i enabled the mssql but that didn't work logCode:atal error: Call to undefined function mssql_connect() in C:\Xampp\xampp\htdocs\secure\config.php on line 42
Did you restart your webserver after editing?
If yes, then please give us some details like,
- which webserver
- PHP version
The new php versions dont support mssql directly.
BTW MySQL have nothing to do with MSSQL.
Solution 1:
Try sqlsrv_connect instead of mssql_connect.
Solution 2:
Try installing the mssql driver for php from official site.
Solution 3:
Uninstall Xampp 1.7.3 and install Xampp 1.7.1
Solved thanks