Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2001032

[PHP] 'How to jump..' part 2 From: Christian Dechery (lemming <email protected>)
Date: 03/25/01

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>