Justtechjobs.com Find a programming school near you






Online Campus Both


php3-list | 199901

Re: [PHP3] Help :) - More stupid array tricks.... From: Jean-Marc Libs (libs <email protected>)
Date: 01/23/99

On Sat, 23 Jan 1999, Sascha Schumann wrote:

>
> while(list($unused, $x) = each($group_list)) {

If it's unused, you don't need it:
while(list(, $x) = each($group_list)) {

Regards,
J-M

--
When you say `I wrote a program that crashed Windows', people just stare
at you blankly and say `Hey, I got those with the system, *for free*'
                                               -- Linus Torvalds

-- PHP 3 Mailing List http://www.php.net/ To unsubscribe send an empty message to php3-unsubscribe <email protected> To subscribe to the digest list: php3-digest-subscribe <email protected> For help: php3-help <email protected> Archive: http://www.php.net/mailsearch.php3 List administrator: zeev-list-admin <email protected>