mysqli_select_db
Selects the default database for database queries
Description
boolmysqli_select_db
resourcelink
stringdbname
The 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.
&return.success;