Core Function MySQLFetch
From Sputnik Wiki
(Difference between revisions)
UberFoX (Talk | contribs)
(Created page with "<pre> MySQLFetch( <mysql data> ) </pre> === Description === Fetch the next row from a table. === Parameters === ==== mysql data ==== The MySQL data object to use such as one...")
Newer edit →
(Created page with "<pre> MySQLFetch( <mysql data> ) </pre> === Description === Fetch the next row from a table. === Parameters === ==== mysql data ==== The MySQL data object to use such as one...")
Newer edit →
Revision as of 18:40, 1 December 2011
MySQLFetch( <mysql data> )
Contents |
Description
Fetch the next row from a table.
Parameters
mysql data
The MySQL data object to use such as one returned form MySQLFill().
Return Value
Success: Returns the row has an array containing key, value pairs.
Failure: Returns 0.
Remarks
None.
Example
See MySQLConnect() for an example to this.