15.05.2016, 21:03
The query shall be something like:
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.
It all depends on the MySQL version you are currently using.
Код:
SELECT * FROM `table` WHERE `Org` = '1'
Код:
mysql_next_row