Page 1 of 1

mysql go to first row on record set

Posted: Mon Jun 14, 2004 9:07 am
by pelegk2
is it possible after i finish doing

Code: Select all

while($row=mysql_fetch_array($result));
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

Posted: Mon Jun 14, 2004 9:09 am
by Weirdan
[php_man]mysql_data_seek[/php_man]