mysql_select_db(db_name[, link_id])
This function selects the default database (db_name) for the current or specified (link_id) MySQL connection.
The function name mysql_selectdb may also be used, but is deprecated.