RE: [PHP] removing element from array

2001-03-19 Thread Jack Dempsey
ack -Original Message- From: Alexander Gräf [mailto:[EMAIL PROTECTED]] Sent: Monday, March 19, 2001 11:49 AM To: [EMAIL PROTECTED] Subject: [PHP] removing element from array shame of me for asking that a stupid question, but i don't know how to remove an element off an associative ar

Re: [PHP] removing element from array

2001-03-19 Thread Chris Lee
unset() $val) echo "$val"; unset($test[2]); foreach($test as $pos => $val) echo "$val"; ?> -- Chris Lee [EMAIL PROTECTED] ""Alexander Gräf"" <[EMAIL PROTECTED]> wrote in message 995d13$cfl$[EMAIL PROTECTED]">news:995d13$cfl$[EMAIL PROTECTED]... shame of me for

[PHP] removing element from array

2001-03-19 Thread Alexander Gräf
shame of me for asking that a stupid question, but i don't know how to remove an element off an associative array. can anybody please tell me, i didn't find anything about that in faqs or manuals. thank you -- [EMAIL PROTECTED] +49 9721 188848 +49 171 370 97 15 -- PHP General Mailing List (