On 27 Oct 2003 13:20:48 -0500, you wrote:
>echo ''."\n"
>.''
>.'SKU'
>.'Jan'
>.'Feb'
>.'Mar'
>.'Apr'
>.'May'
>.'Jun'
>.'Jul'
>.'Aug'
>.'Sep'
>.'Oct'
>.'Nob'
>.'Dec'
>.''."\n";
for ($i = 1; $i <= 12; $i++)
{
e
On Mon, 2003-10-27 at 12:44, Aaron Gould wrote:
> This array problem has been stumping my brain for a little while now...
> here's a sample of my data:
>
> $purchases[001][200304] = array('regular'=>3, 'booked'=>4);
> $purchases[002][200303] = array('regular'=>5, 'booked'=>1);
> $pu
This array problem has been stumping my brain for a little while now...
here's a sample of my data:
$purchases[001][200304] = array('regular'=>3, 'booked'=>4);
$purchases[002][200303] = array('regular'=>5, 'booked'=>1);
$purchases[002][200304] = array('regular'=>1, 'booked'=>0);
3 matches
Mail list logo