Re: [PHP] making changes on arrays (SOLVED)

2004-04-29 Thread Curt Zirzow
* Thus wrote [EMAIL PROTECTED] ([EMAIL PROTECTED]): > > cheap webhosting only 8.25 U$ dollar a month for 400 MB and bandwith 5 GB > transfer I think you're lost. You obviously don't know what you're doing. Curt -- I was working on a flat tax proposal, and I accidentally proved there's no god

Re: [PHP] making changes on arrays (SOLVED)

2004-04-29 Thread RoyD
[EMAIL PROTECTED]> cc: 04/30/2004 11:46 AM Subject: Re: [PHP] making changes on arrays

Re: [PHP] making changes on arrays (SOLVED)

2004-04-29 Thread Katie Marquez
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( $arr