zohab Posted November 28, 2007 Share Posted November 28, 2007 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 More sharing options...
teng84 Posted November 30, 2007 Share Posted November 30, 2007 can you give us the exact error ? Link to comment https://forums.phpfreaks.com/topic/79297-call-to-undefined-function-mssql_connect/#findComment-402509 Share on other sites More sharing options...
zohab Posted November 30, 2007 Author Share Posted November 30, 2007 Call to undefined function mssql_connect() Link to comment https://forums.phpfreaks.com/topic/79297-call-to-undefined-function-mssql_connect/#findComment-402898 Share on other sites More sharing options...
PFMaBiSmAd Posted November 30, 2007 Share Posted November 30, 2007 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. Link to comment https://forums.phpfreaks.com/topic/79297-call-to-undefined-function-mssql_connect/#findComment-402952 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.