Justtechjobs.com Find a programming school near you






Online Campus Both


php-db | 2001041

[PHP-DB] Fatal error: Call to unsupported or undefined function mysql_connect() From: Patrick Schäfer (p.schaefer <email protected>)
Date: 04/04/01

Can anybody help me with this problem ????

Fatal error: Call to unsupported or undefined function mysql_connect() in
dbopen.php on line 7

$server = "localhost";
$user = "dbuser";
$password = "pass";
$db = mysql_connect($server, $user, $password); --> This is line 7 of my
script
$select = mysql_select_db("intranet", $db);

Thanks,
Patrick

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-db-unsubscribe <email protected>
For additional commands, e-mail: php-db-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>