Re: [PHP] run through array with list only once? From: Mike Eheler (meheler <email protected>)
Date: 10/15/01

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>