Re: [PHP] problem with function array_* that preserved the key

2001-11-14 Thread Papp Gyozo
no matter what those keys are. hth - Original Message - From: "Stig Venaas" <[EMAIL PROTECTED]> To: "Reuben D Budiardja" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, November 14, 2001 9:49 AM Subject: Re: [PHP] prob

Re: [PHP] problem with function array_* that preserved the key

2001-11-14 Thread Stig Venaas
On Sat, Nov 03, 2001 at 03:54:23PM -0500, Reuben D Budiardja wrote: > since the key are preserved, arrC is no longer indexed from 0. Well, in most > cases I don't care about the key if it's just indexed array. But since the > key I preserved, I can no longer do > > for($i=0; $i echo $arrC[$i]