Jump to content

[SOLVED] Reviewing Registration Form data


ballouta

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.