php-db | 2000121
Date: 12/08/00
- Next message: Sanders, Nicholas: "RE: [PHP-DB] RPM install of PgSQL"
- Previous message: Russell John Michell: "Re: [PHP-DB] php/mysql"
- In reply to: Alien workers: "[PHP-DB] php/mysql"
- Next in thread: Marcelo Gulin: "Re: [PHP-DB] php/mysql"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Sanders, Nicholas: "RE: [PHP-DB] RPM install of PgSQL"
- Previous message: Russell John Michell: "Re: [PHP-DB] php/mysql"
- In reply to: Alien workers: "[PHP-DB] php/mysql"
- Next in thread: Marcelo Gulin: "Re: [PHP-DB] php/mysql"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

