blazing_phoenix19
New member
For example, the entire row of $array[2][] needs to be emptied out.
$array[2][] = (); ?
Or do I need to for loop it:
for($i=0; $i<0; $i++)
$array[2][$i] = ();
$array[2][] = (); ?
Or do I need to for loop it:
for($i=0; $i<0; $i++)
$array[2][$i] = ();