Very cool, Travis!  Thank you for answering so
quickly!  You guys work fast around here :)

Katie

--- Travis Low <[EMAIL PROTECTED]> wrote:
> Hi Katie,
> 
> The foreach construct operates on copies of the
> array values.  I usually just 
> stick to C-like syntax:
> 
> for( $i = 0; $i < count( $array ); $i++ )
> {
>      $array[$i] = doSomething( $array[$i] );
> }
> 
> cheers,
> 
> Travis
> 



        
                
__________________________________
Do you Yahoo!?
Win a $20,000 Career Makeover at Yahoo! HotJobs  
http://hotjobs.sweepstakes.yahoo.com/careermakeover 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to