resource mysql_db_query ( string $database , string $query [, resource $link_identifier = NULL ] )
Selects a database and executes a query on it
mysql_db_query() selects a database, and executes a query on it.
5.3.0 This function now throws an E_DEPRECATED notice. 4.0.6 This function is deprecated, do not use this function. Use mysql_select_db() and mysql_query() instead.
Error
0 Comment:
Post a Comment