Date: 10/15/01
- Next message: Matthew Loff: "RE: [PHP] run through array with list only once?"
- Previous message: Tom Beidler: "[PHP] run through array with list only once?"
- In reply to: Tom Beidler: "[PHP] run through array with list only once?"
- Next in thread: Tom Beidler: "Re: [PHP] run through array with list only once?"
- Reply: Tom Beidler: "Re: [PHP] run through array with list only once?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
reset($arr);
Mike
Tom Beidler wrote:
>Can you run through an array in a while loop listing each element only once?
>I'm trying to run through an array 6 different times and it only works on
>the first attempt. I'm not using functions so I don't think I can make it
>global. How can I run through it more then once?
>
>Tom
>
>
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Matthew Loff: "RE: [PHP] run through array with list only once?"
- Previous message: Tom Beidler: "[PHP] run through array with list only once?"
- In reply to: Tom Beidler: "[PHP] run through array with list only once?"
- Next in thread: Tom Beidler: "Re: [PHP] run through array with list only once?"
- Reply: Tom Beidler: "Re: [PHP] run through array with list only once?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

