bidvertiser

Wednesday, October 22, 2008

MySQL Function Reference contd..

resource mysql_db_query ( string $database , string $query [, resource $link_id] ) .
Selects a database, and executes a query on it.
$database
The name of the database that will be selected.
$query
The MySQL query.
Return value.
Returns a positive MySQL result resource to the query result, or FALSE on error.

No comments: