If you have a two dimensional array is it possible to get the size of the first dimension only?
Ace21
maybe count($array[$firstdimention]); dunno :o)
No, as far as I know, it will not work. I had simultaneous problem (not for count) not long time ago - and what works for one-dim array, does not work for multi-dim. So, what you can is just count number of elements in cycle - "by hands" :-)