|
(PHP 5)
mysqli_select_db(no version information, might be only in CVS)
mysqli->select_db -- Selects the default database for database queriesThe mysqli_select_db() function selects the default database (specified by the dbname parameter) to be used when performing queries against the database connection represented by the link parameter.
Anmerkung: This function should only be used to change the default database for the connection. You can select the default database with 4th parameter in mysqli_connect().
Beispiel 2. Procedural style
|
Das oben gezeigte Beispiel erzeugt folgende Ausgabe:
Default database is test. Default database is world. |
Zurück | Zum Anfang | Weiter |
mysqli_rpl_query_type | Nach oben | mysqli_send_long_data |
Hosting by: Hurra Communications GmbH
Generated: 2007-01-26 17:57:04