Hello,

I was wondering if this means that my ISP doesnt support mysl commands in
php. They use php3.0.18 and apache server. I get the following message.

Fatal error: Call to unsupported or undefined function mysql_connect() in
/home/fantasy/public_html/phptest.php3 on line 2

when using this snippet of code

<?php
    $link = mysql_connect ("localhost", "fantasy", "password")
        or die ("Could not connect");
    print ("Connected successfully");
    mysql_close ($link);
?>

Thanks

Paul Devine



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to