Jump to content

how to run mysql(with php) and mssql(with php) on same machine


zohab

Recommended Posts

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.

 

 

 

 

 

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

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.