Shopping Cart Problem

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
larrytech
Forum Commoner
Posts: 35
Joined: Thu Jun 06, 2002 8:27 am

Shopping Cart Problem

Post by larrytech »

Hi,

I have a shopping basket which passes data to a checkout page. However, I cannot get the checkout page to collect the form data. This seems like a very simple problem, but everything I have tried has made no difference. It seems the data is just getting lost. It works on other pages and I have tried slimming down the code to the bare minimums.

The basket is at http://www.herbsbypost.net/basket1.php? ... id=5&qty=1 and the checkout page is at http://www.herbsbypost.net/order1.php. I think there may be an error in the form that I have not spotted or it may be something more serious.

If anybody has any ideas I would be very grateful if you could let me know!

Thanks,
Lawrence
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

Could we see some of the code?

Mac
Post Reply