Jump to content

php not recognizing mssql


poxopas

Recommended Posts

i've got php 5.2 and mssql installed on a windows server 2003 system and both work fine on their own. However php scripts won't recognize mssql commands, and it looks like the mssql extension isn't loading (error is "Call to undefined function mssql_connect()..."). I've included extension=php_mssql.dll in the php.ini file, and when I run php -m in the command line it lists mssql as a module, but running a phpinfo() script doesn't list it as an active module.  Any help would be appreciated
Link to comment
https://forums.phpfreaks.com/topic/33812-php-not-recognizing-mssql/
Share on other sites

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.