Reset mysql_result offet
Posted: Sun Apr 10, 2005 8:28 pm
Is there a way to reset the offset in a mysql result without running the query again? I'd like to be able to reset it to the beginning after running mysql_fetch_row, but haven't been able to figure out how. I tried reset($whatever) but it didn't work...then again I figured it wouldn't.
Thanks in advance, this is driving me crazy, and it's not even because I need to do it, but because I want to.
Thanks in advance, this is driving me crazy, and it's not even because I need to do it, but because I want to.