I know that after you submit a form that the $REQUEST array will be full of values, but my point is that after you submit a form, and then hit BACK in your browser window that the $REQUEST array will no longer contain those values.
If this line of reasoning is correct, then it is not a matter of me coding something wrong. $_REQUEST will just not do what I want it to do.
Also, I understand that putting my form variables into session variables will clear out all of those variables when closing and re-opening the browser window.
What I really want is to be able to be able to submit a form, hit BACK in my browser and see all the form fields filled in, and then be able to click a link to fill out a new form, and have all the fields be blank. It would be like on these forums where you submit a reply, and then hit back a couple of times to see what you typed in, but then you can click on 'post reply', and a new blank form pops up.