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
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
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 (
3 matches
Mail list logo