27.12.2012, 20:45
Hello. I'm creating something with my MySQL information and I want it to be displayed all in one.
Say, I have:
How could I display every result set that comes from it using MySQL R6?
I was thinking about the PHP mysql_fetch_array, but it's different obviously.
Thanks.
Say, I have:
pawn Код:
new query[128];
format(query, sizeof(query), "SELECT * FROM `admins` WHERE `adminid` = 2");
mysql_query(query);
I was thinking about the PHP mysql_fetch_array, but it's different obviously.
Thanks.