954,561 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

previous page option

im working on this page where after theregistration page if there is any mistake the
user should go back and make changes in the required fied ......the point is the other fields which have data shud be retained when he come back

im using captcha in the page so

using

ashercharles
Newbie Poster
13 posts since Jan 2008
Reputation Points: 10
Solved Threads: 0
 

Hi,

You will need to store all the information in session and then when user clicks on back button, populate the fields from session.

vicky_rawat
Junior Poster
137 posts since Jun 2008
Reputation Points: 28
Solved Threads: 19
 

Keep a button ("back" or something) and on click of that button, submit the page back to registration page. Then to retain the values, you can put $_POST['fieldname'] for all the fields.

nav33n
Purple hazed!
Moderator
4,465 posts since Nov 2007
Reputation Points: 524
Solved Threads: 356
 

hey,
when registration is completed,then put a back button with an id of corresponding userid or name...By using that you can retrieve the information form the database...
Its simple...
Try it...

Shanti C
Posting Virtuoso
1,642 posts since Jul 2008
Reputation Points: 137
Solved Threads: 162
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You