PHP » PYTHON |
login |
register |
about
|
|
mysql_select_db(PHP 4, PHP 5) mysql_select_db — Select a MySQL database Description
bool mysql_select_db
( string $database_name
[, resource $link_identifier
] )
Sets the current active database on the server that's associated with the specified link identifier. Every subsequent call to mysql_query() will be made on the active database. Parameters
Return ValuesReturns TRUE on success or FALSE on failure. Examples
Example #1 mysql_select_db() example
<?php
Notes
See Also
|
more
Recently updated
more
Most requested
|