Call to undefined function: mssql_connect()

Error has appear with this code
<?
mssql_connect("172.29.3.15","test","test");
?>

with 172.29.3.5 is IP address of NT box with MSSQL 7.0

I'm using enigma 7,2 with PHP 4.06 and apache 1.3.20

Thank for the one who could solve my error
Trong Ho

    You need to enable (uncomment) the php_mysql.dll extension in your php.ini then restart Apache.

    -geoff

      Sorry, php_mysql.dll should have read php_mssql.dll🙂

        Write a Reply...