mysql_select_db
Select a MySQL database
&mysql.alternative.note;
mysqli_select_db
PDO::__construct (part of dsn)
&reftitle.description;
boolmysql_select_db
stringdatabase_name
resourcelink_identifierNULL
Sets the current active database on the server that's associated with the
specified link identifier. Every subsequent call to
mysql_query will be made on the active database.
&reftitle.parameters;
database_name
The name of the database that is to be selected.
&mysql.linkid.description;
&reftitle.returnvalues;
&return.success;
&reftitle.examples;
mysql_select_db example
]]>
&reftitle.notes;
&info.deprecated.alias;
mysql_selectdb
&reftitle.seealso;
mysql_connect
mysql_pconnect
mysql_query