removing an array elements...
Posted: Tue Oct 29, 2002 7:11 pm
is there an easy way to removing an array element from an 3-demisional array?
I have an array:
Now I want to remove
What is the easiest way?
Matt
I have an array:
Code: Select all
$currentї'group']ї1]ї'item1']
$currentї'group']ї1]ї'item2']
$currentї'group']ї1]ї'item3']
$currentї'group']ї2]ї'item1']
$currentї'group']ї2]ї'item2']
$currentї'group']ї2]ї'item3']
$currentї'group']ї3]ї'item1']
$currentї'group']ї3]ї'item2']
$currentї'group']ї3]ї'item3']Code: Select all
$currentїgroup']ї2]Matt