[PHP] Re: Newbie question about operators

2004-04-08 Thread Gabe
Thanks Ligaya "Ligaya Turmelle" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > it is refering to the associative array, specifically the $key => $value . > Note here (http://www.php.net/manual/en/language.types.array.php). > > Respectfully, > Ligaya Turmelle > > "Gabe" <[EMAIL PROT

[PHP] Re: Newbie question about operators

2004-04-07 Thread Ligaya Turmelle
it is refering to the associative array, specifically the $key => $value . Note here (http://www.php.net/manual/en/language.types.array.php). Respectfully, Ligaya Turmelle "Gabe" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Looking at the code below, what exactly is happening wit