-
Novice
Call to undefined function mssql_connect
Hi, community! I have a some problem with registration on site. I have a DB of DN and reg.php. Reg.php and server with db arleady stays on Dedicated Machine.
Web Server - xampp
DB - MSSQL 12
And then i go on reg.php, put some login and password and press button of registration and then i have message like that Call to undefined function mssql_connect.
I think php lib doesn't have any function of mssql. After trying of put dat lib and some magic moves it doesnt help.
Anyone knows what happened? Cheers.
-
-
Re: Call to undefined function mssql_connect
From that error message, it looks like your PHP Server does not have the MSSQL extension. PHP doesn't support MSSQL by default so you need to install an extension depending on your PHP build iirc. Here's official documentation: PHP: Installation - Manual
-
Novice
Re: Call to undefined function mssql_connect