Okay, so I have a shopping cart problem.
I've decided to roll out my own cart, which is alot easier than I had expected. BUT, I've run into a problem and cannot for the life of me figure out what to do next.
The problem:
After adding products to the cart, the user is taken to a "checkout" page, where they edit the quantities of the items they want.
These items are displayed in a table.
How can I get these items with their edited/new values into a PHP variable, and then update the corresponding entries in the database?
The page in question is:
But to actually see stuff in the "checkout" page, you'll need to visit:
http://www.com.au/.php and click on a few prices, and then click "Place Order" link just above the table.
Any help/advice at all would be greatly appreciated.