php-db | 2000121

Re: [PHP-DB] php/mysql From: Alexey Borzov (borz_off <email protected>)
Date: 12/08/00

Greetings, Alien!

At 08.12.2000, 12:07, you wrote:
Aw> i've use odbc for the database connection its works superb!! now i'm trying
Aw> to use mysql but from the start i get the following pb " Call to unsupported
Aw> or undefined function () on line 11". In my script on line 11 is where i
Aw> declare my database $mysql_select_db("database", $mysql_link);

remove the $ in front of mysql_select_db().
'cause now PHP is trying to call not mysql_select_db(), but a
function, whose name is stored in variable $mysql_select_db...

-- 
Yours, Alexey V. Borzov, Webmaster of RDW

-- 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>