Jump to content

Call to undefined function mssql_connect()


zohab

Recommended Posts

Hi all

 

i am using iis and php 5.2 and trying to connect to mssql

 

but i am not able to connect

 

i am getting error message

 

Call to undefined function mssql_connect()

 

i have un-commented php_msssql.dll etc files require and restated server..

 

but not able to connect to mssql server

 

need help.

 

thanks in advance

 

Link to comment
https://forums.phpfreaks.com/topic/79297-call-to-undefined-function-mssql_connect/
Share on other sites

It sounds like either the php.ini that you are making changes to is not the one that php is using or the extensions path setting in php.ini does not point to where the .dll extensions are located, or the php_mssql.dll (you had this spelled with one too many 's' in your first post) file is not present in the extensions folder.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.