I have creating an editable online application form which uses session variables for all form fields so that users may go back and edit their info before submittign the form, which is emailed from the server side. before the users submit, they are presented with a page with all the details they entered so they can print for their records.
my question is, when i am displaying the session variable values in the "review" page and when i am sending them in the email, is it better to first put them into local variables and then call those local variables in to display the info? will calling the session variables straight into the page cause more server stress? which is the better method?
any input would be greatly appreciated!
thanks in advance
my question is, when i am displaying the session variable values in the "review" page and when i am sending them in the email, is it better to first put them into local variables and then call those local variables in to display the info? will calling the session variables straight into the page cause more server stress? which is the better method?
any input would be greatly appreciated!
thanks in advance