Call to undefined function mssql_connect()...unable to connect..using WAMP server

hi forum,

I’ve tried all to conncet mssql server, but no success.

please check below what I’ve done so far…

  1. Installed the SQLServer in mixed auth mode
  2. Checked that the mssql.secure_connection = Off was present in the php.ini
  3. Copied the ntwdblib.dll file into
    o WINDOWS\SYSTEM32
    o program files\apache2\bin
    o php
    from ;extension=php_mssql.dll to extension=php_mssql.dll

But still no success…its showing…Call to undefined function mssql_connect() in C:\wamp\www\config.php on line 6

Any help would be appreciated.

Thanks a lot!

Have you rebooted the server yet?

I restarted all services.