PHP Connection to SQL Server
I am using PHP5 with netware 6.5 and trying to connect to a SQL Server database using mssql_connect($myServer, $myUser, $myPass).
I opened PHP.ini and edited the extension=php_msql.dll entry, but when restarting web server I get the following in the error log;
PHP Warning: PHP Startup: Unable to load dynamic library 'sys:/php5/ext/php_msql.dll
Is there a way to install this feature or a better way to query the database that I am unaware of?
TIA,
Joe
|