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.
Devuelve TRUE si todo se llevó a cabo correctamente, FALSE en caso de fallo.