I am developing a website that gets misc information from customers step by step.
e.g on page one it gets the personal information
on page 2 it would start building an order
on page 3 it would have credit card info etc.
Now if the customer follows the website navigation, everything is fine. But my data seems to get corrupted in database when they start going back from the browser.
for example if a customer just added there order and goes to the next page for the credit card info page, and if they go back to the previous page using th ebrowser back button.
any suggestions?