Re: [PHP] Resetting result sets after looping

2004-09-29 Thread John Holmes
Steve Douville wrote: After cycling through a result set using mysql_fetch_assoc, I need to cycle through the result set again. However, it's acting like it's maybe already at the end of the result set and can't be looped again. I've looked for something simple, like a result resetter, but I seem t

[PHP] Resetting result sets after looping

2004-09-29 Thread Steve Douville
After cycling through a result set using mysql_fetch_assoc, I need to cycle through the result set again. However, it's acting like it's maybe already at the end of the result set and can't be looped again. I've looked for something simple, like a result resetter, but I seem to be missing something