php-general | 2005051
Date: 05/11/05
- Next message: Chris Ramsay: "Re: [PHP] MySql injections...."
- Previous message: Carl Furst: "RE: [PHP] Strange characters"
- Next in thread: Chris Boget: "Re: [PHP] php resultset restart??"
- Reply: Chris Boget: "Re: [PHP] php resultset restart??"
- Reply: Burhan Khalid: "Re: [PHP] php resultset restart??"
- Reply: Philip Hallstrom: "Re: [PHP] php resultset restart??"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi all.
i've checked the PHP manual but can't find a function for this, perhaps I'm
missing something.
I get a resultset and loop through it but this is in a loop so it only executes
the first time. is this because the resultset is at the end? is there a way to
tell PHP to start at the beginning of the resultset again for each loop? Or is
it best just to copy the resultset to an array and just loop through the array
multilpe times?
thanks in advance
--Angelo
---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Chris Ramsay: "Re: [PHP] MySql injections...."
- Previous message: Carl Furst: "RE: [PHP] Strange characters"
- Next in thread: Chris Boget: "Re: [PHP] php resultset restart??"
- Reply: Chris Boget: "Re: [PHP] php resultset restart??"
- Reply: Burhan Khalid: "Re: [PHP] php resultset restart??"
- Reply: Philip Hallstrom: "Re: [PHP] php resultset restart??"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

