Re: [PHP] how to reinitialise an MySQL_fetch_array

2001-12-16 Thread Frederick L. Steinkopf
] To: [EMAIL PROTECTED] Sent: Saturday, December 15, 2001 7:32 AM Subject: [PHP] how to reinitialise an MySQL_fetch_array Hello, I would like to reinitialise an MySQL_fetch_array. That is, once it has gone through I would like to be able to go back to the start again. for eg while ($myrow

[PHP] how to reinitialise an MySQL_fetch_array

2001-12-15 Thread Ivan Carey
Hello, I would like to reinitialise an MySQL_fetch_array. That is, once it has gone through I would like to be able to go back to the start again. for eg while ($myrow=MySQL_fetch_array($result2)) { $befid=$myrow[beforeid]; while($myrow5=MySQL_fetch_array($result5))