Little Help
#2

so you want to select a few rows out of the database?

SELECT * FROM `Table` WHERE `Field`='Data`

If you want to load the data (if this is what you mean) after you have threaded it, You could do this;

pawn Код:
for(new i=0; i < cache_num_rows(); ++i)
{
     //What you want to fetch out of that data.
}
Reply


Messages In This Thread
Little Help - by Sanady - 03.01.2015, 14:34
Re: Little Help - by Sledgehammer - 03.01.2015, 14:39
Re: Little Help - by Sanady - 03.01.2015, 14:42
Re: Little Help - by cyberlord - 03.01.2015, 14:43
Re: Little Help - by Sledgehammer - 03.01.2015, 14:43
Re: Little Help - by Sanady - 03.01.2015, 14:45
Re: Little Help - by cyberlord - 03.01.2015, 14:46
Re: Little Help - by Sledgehammer - 03.01.2015, 14:50
Re: Little Help - by Sanady - 03.01.2015, 14:55
Re: Little Help - by Sanady - 03.01.2015, 17:31

Forum Jump:


Users browsing this thread: 1 Guest(s)