php3-list | 199901
Date: 01/23/99
- Next message: Jonathan Spriggs: "[PHP3] Seeking advise on simple text based databases and basic counter designs"
- Previous message: Joey Smith: "Re: [PHP3] db connections, session state"
- In reply to: Sascha Schumann: "Re: [PHP3] Help :) - More stupid array tricks...."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Jonathan Spriggs: "[PHP3] Seeking advise on simple text based databases and basic counter designs"
- Previous message: Joey Smith: "Re: [PHP3] db connections, session state"
- In reply to: Sascha Schumann: "Re: [PHP3] Help :) - More stupid array tricks...."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

