Also how do i tell the loop to stop in asp i could do a recset.eof to tell when i am at the end of a recordset.
The only way i know to loop through a recset in php is:
Code: Select all
<?while ($row = mysql_fetch_array ($r))?>Thanks,
Dan
Moderator: General Moderators
Code: Select all
<?while ($row = mysql_fetch_array ($r))?>