|
I am running an online form that is supposed to post data into the database. My database is oracle backend but I would assume any database will do e.g. access, oracle or mysql. I want all the data collected on this form to be approved before it is posted to my database. Meaning that user will fill in the form and submit it to me, when I review it and oks it I will click on approve button and data will be entered into the database. Also I want the user to recive a html page or information letting him or her know that the form was submitted as soon as the click submit button but he or she cannot know it is going to be approved or rejected that will be internal thing we do to control the data in the database. So how can I collect this information, approve the data and post it on the database? I know collecting data into the database is easy but the approval process is confusing for me. Help!!!
|