I'm writing a survey in which the person taking it may need to jump out to another page (via link), and then jump back in to resume to continue where he or she left off.
My questions are this:
Can I simply use <?php echo "$whatever"> tags (or $_GET('$whatever') for that matter) to put the values already entered by the person back into the page? Should I use a session?
The issue is that if a person jumps away, I don't want them to lose what they have already entered.
Also, If the values that the person has chosen are in dropdowns, how do I reload the dropdown to reflect the persons choice? I'm sure this is an easy one, but I've never had to do it before, so I dunno.
Thanks!
deletion mistake
no I can't recover that
you didn't save it
-Shrubble
My questions are this:
Can I simply use <?php echo "$whatever"> tags (or $_GET('$whatever') for that matter) to put the values already entered by the person back into the page? Should I use a session?
The issue is that if a person jumps away, I don't want them to lose what they have already entered.
Also, If the values that the person has chosen are in dropdowns, how do I reload the dropdown to reflect the persons choice? I'm sure this is an easy one, but I've never had to do it before, so I dunno.
Thanks!
deletion mistake
no I can't recover that
you didn't save it
-Shrubble