I wish to collect information from customers using a online form. I want the information to be stored in a database and sent to another page where the information will be displayed. Is there a way of doing both in one go.
I can store the information the customer has entered into the form in a database, however I need a way of retrieving the information to display on the following page. I could do it by retrieving the last record that was entered, however there might be a problem if 2 people entered the information at the same time.
Any ideas?