RE: [PHP-WIN] mulit dimensional array

2001-11-26 Thread Boget, Chris
> i have set up an array like this... > $myCart = "myShopping Cart"; I don't think you are allowed to have spaces in variable names. Try removing the above space and see if that doesn't fix your problem. Chris

[PHP-WIN] mulit dimensional array

2001-11-25 Thread Brian Feliciano
i have set up an array like this... array(),"qty"=> array()); ?> i am inserting an entry by: but i am getting an error of an undefined variable 'm' of which the first letter of $$myCart... how can i insert an entry to this kind of array? pls help. thanks.. -- PHP Windows Mailing List