t; <[EMAIL PROTECTED]>
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 st
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))
2 matches
Mail list logo