Re: [PHP] Re: Removing an Array Element

2001-10-25 Thread Papp Gyozo
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(

Re: [PHP] Re: Removing an Array Element

2001-10-25 Thread Christian Reiniger
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