mysql go to first row on record set
Posted: Mon Jun 14, 2004 9:07 am
is it possible after i finish doing
to go back to the beggining of the record set and start all over again?
if yes then how?
and can i jump to the last record set?f yes then how?
thnaks in advance
peleg
Code: Select all
while($row=mysql_fetch_array($result));if yes then how?
and can i jump to the last record set?f yes then how?
thnaks in advance
peleg