The following produced a rather nasty parse error:

echo ($idArray[0][sizeof($idArray[0])]));

I have a 2-dimensional array $idArray that I must obtain the LAST element of that 
2-dimensional array.. how do I do it?

Thanx
Phil

Reply via email to