Re: [PHP] checkboxes vs text filed array and hidden variables

2002-01-14 Thread Jason Wong
On Monday 14 January 2002 06:03, m. ali wrote: > Hi > > my problem : > i have to pass the price, and part number which i get from the database to > the shopping cart so when i select some > of the items by checking the checkboxes and submit the form i get only the > last item in the list > > i use

[PHP] checkboxes vs text filed array and hidden variables

2002-01-14 Thread m. ali
Hi my problem : i have to pass the price, and part number which i get from the database to the shopping cart so when i select some of the items by checking the checkboxes and submit the form i get only the last item in the list i use hidden variables to pass these values to shopping cart. my co