0
votes

I'm try to connect my php with Ms. Sql sever and I'm using mssql_connect(). But it can't connect. I find many solution and some said

remove ';' extension=php_mssql.dll in php.ini ntwdblib.dll php_mssql.dll

both insert already restart and Fatal error: Call to undefined function mssql_connect()

Thank you in advance.

2

2 Answers

0
votes

what OS are you running? have you installed the php-mssql package?

php.net/manual/en/mssql.setup.php

after you install you will need to restart Apache