As far as I can tell mysql_fetch_array() steps through each row of the query result each time it is called. Is there a way to reset mysql_fetch_array() back to 0?
I dont understand what you want to know... please explain it in more detail!
mysql_data_seek()
Thanks.