If you want to repeatedly loop through a result set in PHP, you can use
mysql_data_seek($result, 0);
to reset the pointer to the first row. See
http://www.php.net/manual/en/function.mysql-data-seek.php
-steve
At 9:33 AM +0800 6/4/01, Rolf Hopkins wrote:
>Yep, that's the wa
Yep, that's the way you do it. Put it into a 2D array or even better, a
class. That's if you are familiar with OOP.
- Original Message -
From: "Marco Bleeker" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, June 04, 2001 6:57
Subject: PHP and MySQL result set navigation
> I d