MSQL_DB_QUERY(3) MSQL_DB_QUERY(3)
msql_db_query - Send mSQL query
SYNOPSIS
resource msql_db_query (string $database, string $query, [resource $link_identifier])
DESCRIPTION
msql_db_query(3) selects a database and executes a query on it.
PARAMETERS
o $database
- The name of the mSQL database.
o $query
- The SQL query.
o $
link_identifier -The mSQL connection. If not specified, the last link opened by msql_connect(3) is assumed. If no such link is
found, the function will try to establish a link as if msql_connect(3) was called, and use it.
RETURN VALUES
Returns a positive mSQL query identifier to the query result, or FALSE on error.
SEE ALSO
msql_query(3).
PHP Documentation Group MSQL_DB_QUERY(3)