Core Function MySQLFill
From Sputnik Wiki
(Difference between revisions)
UberFoX (Talk | contribs)
(Created page with "<pre> MySQLFill( <mysql>, <query> ) </pre> === Description === Grab a table or parts of it from the Database. === Parameters === ==== mysql ==== The MySQL connection to use....")
Newer edit →
(Created page with "<pre> MySQLFill( <mysql>, <query> ) </pre> === Description === Grab a table or parts of it from the Database. === Parameters === ==== mysql ==== The MySQL connection to use....")
Newer edit →
Revision as of 18:34, 1 December 2011
MySQLFill( <mysql>, <query> )
Contents |
Description
Grab a table or parts of it from the Database.
Parameters
mysql
The MySQL connection to use.
query
The string to use.
Return Value
Success: Returns an MySQL data object.
Failure: Returns 0.
Remarks
None.
Example
See MySQLConnect() for an example to this.