MySQL.
#1

Hello. I'm creating something with my MySQL information and I want it to be displayed all in one.


Say, I have:

pawn Код:
new query[128];
format(query, sizeof(query), "SELECT * FROM `admins` WHERE `adminid` = 2");
mysql_query(query);
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.
Reply


Messages In This Thread
MySQL. - by JoelR - 27.12.2012, 20:45
Re: MySQL. - by Peach - 27.12.2012, 20:48
Re: MySQL. - by JoelR - 27.12.2012, 20:52
Re: MySQL. - by JoelR - 27.12.2012, 20:58
Re: MySQL. - by Peach - 27.12.2012, 21:08
Re: MySQL. - by JoelR - 27.12.2012, 21:28
Re: MySQL. - by Unte99 - 27.12.2012, 22:01
Re: MySQL. - by JoelR - 27.12.2012, 22:03
Re: MySQL. - by JoelR - 28.12.2012, 00:06
Re: MySQL. - by [HiC]TheKiller - 28.12.2012, 01:44

Forum Jump:


Users browsing this thread: 3 Guest(s)