Build Your Own Database-Driven Website Using PHP MySQL [Electronic resources]

Kevin Yank

نسخه متنی -صفحه : 190/ 169
نمايش فراداده

mysql_select_db

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.