Lesson essay type question

Re: Lesson essay type question

by Kevin Paul -
Number of replies: 0

Hi Mary,

Thanks for the reply. I know my question was a bit weird smile What I have now is a textarea in a page. The next page also has a textarea. What I want is for the value entered in the textarea in the first page to be displayed in the second.

I am currently trying to retrieve the value saved in the database for the first textarea and displaying it in the second page but I am sure I can avoid this database access by using a session variable. I have no idea how to do this since I can't seem to figure out the id of the textarea which I can use to retrieve it from the session. Any help?