php-db | 2001041
Date: 04/04/01
- Next message: Brunner, Daniel: "RE: [PHP-DB] Fatal error: Call to unsupported or undefined functi on mysql_connect()"
- Previous message: Javier Boluda: "[PHP-DB] Is Sybase supported on Windows?"
- Next in thread: franky: "[PHP-DB] Fatal error: Call to unsupported or undefined function mysql_connect()"
- Maybe reply: franky: "[PHP-DB] Fatal error: Call to unsupported or undefined function mysql_connect()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Brunner, Daniel: "RE: [PHP-DB] Fatal error: Call to unsupported or undefined functi on mysql_connect()"
- Previous message: Javier Boluda: "[PHP-DB] Is Sybase supported on Windows?"
- Next in thread: franky: "[PHP-DB] Fatal error: Call to unsupported or undefined function mysql_connect()"
- Maybe reply: franky: "[PHP-DB] Fatal error: Call to unsupported or undefined function mysql_connect()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

