Reply to PHP MySQL Single Iteration for data manipulation
Posted by Garry on 12/13/99 11:51
How do I cycle through a MySQL query result one row at a time so that I can
do some work on each individual row, instead of having the whole query
scroll by. I need to have the ability to post each row to a form and then
work on it, posting the results, then go on to the next row.
Thank You in Advance for your putting me on the right track.