22.11.2014, 17:16
How do I save the value from the query into an array?
PS: using BlueG's mysql plugin.
Example:
PS: using BlueG's mysql plugin.
Example:
PHP код:
new variable;
new connection; // connection variable
connection = mysql_connect(..., ...., ...., ....);
variable = mysql_tquery(connection "SELECT `ID` FROM `config` WHERE `ID` = 2); // Misunderstanding that there's a column