![]() |
|
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
query
(/rs/public/functions.mysql.php) Description
resource query
($query) Examples
query ("INSERT INTO table SET A = 1") /* Executes the insert query and returns the result (boolean true upon success, false upon failure). */
query ("SELECT A FROM table") /* Executes the select query and returns the result. */ query ("foo") /* Returns false, this query would error. */ Related FunctionsdataDependenciesNone. |