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. 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? 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 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
Archived
This topic is now archived and is closed to further replies.