MySQL loop
#6

The query shall be something like:

Код:
SELECT * FROM `table` WHERE `Org` = '1'
At the part you want to loop through all the results you've got, you will have to switch to the next row after finishing reading one.

Код:
mysql_next_row
It all depends on the MySQL version you are currently using.
Reply


Messages In This Thread
MySQL loop - by saffierr - 15.05.2016, 20:13
Re: MySQL loop - by KevinReinke - 15.05.2016, 20:16
Re: MySQL loop - by saffierr - 15.05.2016, 20:41
Re: MySQL loop - by zPain - 15.05.2016, 20:57
Re: MySQL loop - by Konstantinos - 15.05.2016, 21:02
Re: MySQL loop - by Private200 - 15.05.2016, 21:03

Forum Jump:


Users browsing this thread: 3 Guest(s)