How can i get the count of a multi-dimensional array?
if I have
$myarray[0][chicken]
$myarray[0][fish]
$myarray[0][meat]
$myarray[1][fries]
$myarray[1][chips]
$myarray[2][coke]
$myarray[2][pepsi]
$myarray[2][rootbeer]
How can I get the number of first elements (which would be 3 above)?
thanks,
bill
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]