PHP Function List
mysql_selectdb doesn't exist. Closest matches:
- mysql_select_db
- msql_select_db
- mssql_select_db
- fbsql_select_db
- mysqli_execute
- mysql_list_dbs
- mysql_result
- maxdb_select_db
- mysql_create_db
- mysql_insert_id
- mysql_stat
- sybase_select_db
- mysql_connect
- mssql_execute
- mysqli_result
- msql_createdb
- msql_list_dbs
- mysqli_sql_exception
- mysql_field_table
- mysql_list_fields
Site Search Results
-
Sets the current active database on the server that's associated with the specified link identifier. ... Notes Note: For backward compatibility, the following deprecated alias may be used: mysql_selectdb()
-
Setzt die aktive Datenbank auf dem Server die mit der angegebenen Verbindung assoziiert ist. Jeder nachfolgende Aufruf ... Hinweis: Für die Abwärtskompatibiliät kann der folgende veraltete Alias verwendet werden: mysql_selectdb()
-
Por razones de compatibilidad con versiones anteriores, los siguientes alias obsoletos podrían usarse: mysql_selectdb() ... states :-"Sets the current active database on the server that's associated with the specified link identifier.
-
... 下位互換のために、次の非推奨別名を使用してもいいでしょう。 mysql_selectdb()
-
Parametry nazwa_bazy Nazwa wybieranej bazy danych. identyfikator_połączenia Połączenie MySQL. Jeśli identyfikator ... Dla zachowania zgodności z poprzednimi wersjami PHP możliwe jest używanie aliasów: mysql_selectdb()
-
如果成功则返回一个正的 MySQL 持久连接标识符,出错则返回 FALSE。 mysql_pconnect() 建立一个到 MySQL 服务器的连接。如果没有提供可选参数,则使用如下默认值:server = 'localhost:3306',username ...
-
mysql_query() sends a unique query (multiple queries are not supported) to the currently active database on the server that's associated with the specified link_identifier.
-
Parameters server The MySQL server. It can also include a port number. e.g. "hostname:port" or a path to a local socket e.g. ":/path/to/socket" for the localhost. If the PHP directive mysql.default_host is undefined (default), then the ...
-
$link2 = mysql_connect ('localhost', 'user1', 'pass1', TRUE); mysql_selectdb ('db1', $link1); mysql_selectdb ('db2', $link2); mysql_set_charset ('latin1', $link1); mysql_set_charset ('utf8', $link2); ?>
-
Notes Note: Suggested alternatives Use of this extension is discouraged. Instead, the MySQLi or PDO_MySQL extension should be used. See also MySQL: choosing an API for more information. Alternatives to this function include:

Other forms of search
To search the string "mysql_selectdb" using other options, try searching:
- Only the documentation
- Only this mirror
- The entire php.net domain
- pear.php.net
- pecl.php.net
- The Bug DB
- php-general mailing list
- Internals mailing list
- Documentation mailing list
For a quick overview over all documented PHP functions, click here.
