resource db_query (string query)
Queries the current database using SQL.
NOTE: This is a SQL function. See Database Support for more information.
Arguments
query is the SQL query string.
Result
A resource if the query delivers a valid result, FALSE otherwise.
Example
|
See also