I need some information about an array structured as follows:
$example_data = array(
array("Mar-99",0,0,5945.33,0),
array("Feb-99",0,0,47648.90,0),
array("Jan-99",0,0,13365.52,0)
);

I need to know the largest number in the array.
I need to know how many sets of numbers there are, ie how many commas there
are.
I need to seperate all the numbers into their own variables... this I think
I know how to do.
Thats it for now, but more may come....
Thanks in advance.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to