[PHP] Re: Posting to a form - When user hits BACK button all the data isgone

2002-05-30 Thread Michael Davey
The best way to do this is to register your form data as session variable when it is processed on the second page. Then add some scripting in the first page to check for these variables and pre-populate the form as necessary... Mikey "Phil Schwarzmann" <[EMAIL PROTECTED]> wrote in message news:

[PHP] Re: Posting to a form

2001-04-24 Thread Adrian D'Costa
I had this problem when I saved the page as a .html rather than a .php Adrian On Mon, 23 Apr 2001, Wade wrote: > I'm trying to do the following > > > echo strtoupper($Aname); > ?> > > But when Aname is multiple words, such as "Wade Williams", everything from > the whitespace on gets cut of