TECTED]>
Sent: Thursday, October 25, 2001 11:03 AM
Subject: Re: [PHP] Re: Removing an Array Element
On Wednesday 24 October 2001 23:33, Jason Caldwell wrote:
> That won't work, as that will only unset the *value* not the *element*.
Try again:
$myArray =
array(
On Wednesday 24 October 2001 23:33, Jason Caldwell wrote:
> That won't work, as that will only unset the *value* not the *element*.
Try again:
$myArray = array('100'=>'jibberjabber','200'=>'morejibberjabber','0'=>'');
var_dump ($myArray);
echo "";
if(isset($m
2 matches
Mail list logo