Core Function MySQLQuery
From Sputnik Wiki
(Difference between revisions)
(Created page with "<pre> MySQLQuery( <mysql>, <query> ) </pre> === Description === Execute a query. === Parameters === ==== mysql ==== The MySQL connection to use. ==== query ==== The string...") |
m (1 revision) |
(One intermediate revision by one user not shown) |
Latest revision as of 12:38, 14 June 2015
MySQLQuery( <mysql>, <query> )
Contents |
Description
Execute a query.
Parameters
mysql
The MySQL connection to use.
query
The string to use.
Return Value
Success: Returns 1.
Failure: Returns 0.
Remarks
None.
Example
See MySQLConnect() for an example to this.