zohab Posted November 28, 2007 Share Posted November 28, 2007 hi all i have installed mysql and mssql on the same machine. when i use php with mysql it works well for me . but if i use php with mssql it does not work. it give me following error message Fatal error: Call to undefined function mssql_connect() in C:\Inetpub\wwwroot\chat.php on line 16 need help? thanks in advance. Quote Link to comment https://forums.phpfreaks.com/topic/79262-how-to-run-mysqlwith-php-and-mssqlwith-php-on-same-machine/ Share on other sites More sharing options...
trq Posted November 28, 2007 Share Posted November 28, 2007 Have you un-commented the mssql.dll extension in your php.ini and restarted the server? Quote Link to comment https://forums.phpfreaks.com/topic/79262-how-to-run-mysqlwith-php-and-mssqlwith-php-on-same-machine/#findComment-401239 Share on other sites More sharing options...
zohab Posted November 28, 2007 Author Share Posted November 28, 2007 yes i have un-commented extension=php_mssql.dll extension=php_pdo_mssql.dll in php.ini file and restated service still i am getting Fatal error: Call to undefined function mssql_connect() in C:\Inetpub\wwwroot\chat.php on line 16 error message Quote Link to comment https://forums.phpfreaks.com/topic/79262-how-to-run-mysqlwith-php-and-mssqlwith-php-on-same-machine/#findComment-401276 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.