Selects MySQL Database to work with.
bool mysql_select_db ( string $database_name [, resource $link_identifier = NULL ] )
Selects a mysql database to be used.
This extension was deprecated in PHP 5.5.0, and it was removed in PHP 7.0.0.
The MySQLi or PDO_MySQL Should be used.
http://php.net/manual/en/function.mysql-select-db.php