php-general | 2001032
Date: 03/25/01
- Next message: Dddogbruce \( <email protected>\): "Re: [PHP] [PHP4] $fp = fopen( "news.txt", 'a' ); // 'a' = append! Wah!"
- Previous message: Chris Cocuzzo: "[PHP] A few questions..."
- Next in thread: David Robley: "Re: [PHP] 'How to jump..' part 2"
- Reply: David Robley: "Re: [PHP] 'How to jump..' part 2"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Regarding my last email (about jumping the first 7 rows of an array)...
why does this code doesnt work?
for(reset($array),$count=0;$count<6;next($array),$count++);
____________________________
. Christian Dechery (lemming)
. http://www.tanamesa.com.br
. Gaita-L Owner / Web Developer
-- 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: Dddogbruce \( <email protected>\): "Re: [PHP] [PHP4] $fp = fopen( "news.txt", 'a' ); // 'a' = append! Wah!"
- Previous message: Chris Cocuzzo: "[PHP] A few questions..."
- Next in thread: David Robley: "Re: [PHP] 'How to jump..' part 2"
- Reply: David Robley: "Re: [PHP] 'How to jump..' part 2"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

