ballouta Posted September 13, 2008 Share Posted September 13, 2008 Hello I am NOT asking for code help in this question (till now). I have a registration form, when the user presses Submit, i don't want to enter the data to the DB directly, instead I want to preview the data for the customer before the final submit, so incase he wants to modify any field it will be in this step. My question is: after the customer fills out the form, where do I save all fields data inorder to show and maybe edit them? Is it a temp table? what is the best way. I just want some explanation. many thanks Link to comment https://forums.phpfreaks.com/topic/124040-solved-reviewing-registration-form-data/ Share on other sites More sharing options...
teng84 Posted September 13, 2008 Share Posted September 13, 2008 you can do this once the user press submit put the data in a session so when he continue or back read the session for the next process if you hate session store all the submitted data on the hidden fields so when he continue or back read that post data from that hidden field hope that helps Link to comment https://forums.phpfreaks.com/topic/124040-solved-reviewing-registration-form-data/#findComment-640361 Share on other sites More sharing options...
ballouta Posted September 13, 2008 Author Share Posted September 13, 2008 thanks both are nice solutions Link to comment https://forums.phpfreaks.com/topic/124040-solved-reviewing-registration-form-data/#findComment-640363 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.