Scott Fletcher wrote: >Is there PHP function that would get the total array count. > >ie >--snip-- >$array[0] = "zero"; >$array[1] = "one"; >$array[2] = "two"; > >$array_count = <function to get the array count> >--snip-- > >And I would get 3 as an answer. > >Thanks, > FletchSOD > > > > > count($array);
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php