Hi:
in my code below, i get the error of undefined function. can anybody help
please?
Thanks

/* Connecting, selecting database */
    $link = mysql_connect("localhost", $user_name, $password)
        or die("Could not connect");
    print "Connected successfully";
    mysql_select_db($my_Database) or die("Could not select database");

Fatal error: Call to undefined function: mysql_connect() in
/var/www/html/action.php on line 13



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to