> -Original Message-
> From: John Wulff [mailto:[EMAIL PROTECTED]
> Sent: 30 June 2003 21:40
>
> I want to write a function that manipulates each piece of
> data in an array
> (except for the first). Right now I'm using list as follows from this
> array:
>
> $cdata = array(
> array("Apr
I want to write a function that manipulates each piece of data in an array
(except for the first). Right now I'm using list as follows from this
array:
$cdata = array(
array("Apr-03",12747.17,23486.55,319062.24,257828.73,0.00),
array("Sep-02",12379.46,10246.92,482295.71,618131.35,14.99)
);
forea
2 matches
Mail list logo