Deleting values from an array
Posted: Thu Apr 10, 2008 5:41 am
Hi,
I have the following array: Array ( [0] => Array ( [1] => Array ( [0] => 1 [1] => 4 ) ) )
What I am trying to do is delete a specific value from this array e.g. sya I need to delete the value 4 from the third nested array, how could I do this without effecting the rest of the arrays?
Thanks.
I have the following array: Array ( [0] => Array ( [1] => Array ( [0] => 1 [1] => 4 ) ) )
What I am trying to do is delete a specific value from this array e.g. sya I need to delete the value 4 from the third nested array, how could I do this without effecting the rest of the arrays?
Thanks.