19.10.2012, 20:52
How can I use variables within a query? It does not show anywhere how to? for example in most plugins you can use %i for an integer then you can specify the variable that the integer is stored in at the end of the function.
the plugin that I am using for MySQL is here and I am using this plugin as the others are giving me a little bit of issues.
An example of what I mean
the plugin that I am using for MySQL is here and I am using this plugin as the others are giving me a little bit of issues.
An example of what I mean
pawn Код:
mysql_query("INSERT INTO `houseinfo` (owned) VALUES (%i)", owned, connection);