Hello, I'm having a little problem with this:
Code:
Loading php_gd2.dll Failed!
Please Enable php_gd2.dll in your php.ini");} $connect = mssql_connect($host,$user,$password); $db = mssql_select_db($database,$connect); if(!$db) die('
Connection with SQL Server failed!
'); ?>
( ! ) Fatal error: Call to undefined function mssql_query() in C:\wamp\www\a\config.php on line 87
Call Stack
# Time Memory Function Location
1 0.0003 417360 {main}( ) ..\index.php:0
2 0.0004 438816 include( 'C:\wamp\www\a\config.php' ) ..\index.php:2
And php_gd2.dll is present and active in the ini! Still, it gives me the error!