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

2002-05-30 Thread 1LT John W. Holmes
One way is to use a GET method instead of POST. ---John Holmes... - Original Message - From: "Phil Schwarzmann" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 30, 2002 2:43 PM Subject: [PHP] Posting to a form - When user hits BACK button all the

Re: [PHP] Posting to a form - When user hits BACK button all thedata is gone

2002-05-30 Thread Duncan Hill
On Thu, 30 May 2002, Ed Gorski wrote: > At 02:43 PM 5/30/2002 -0400, Phil Schwarzmann wrote: > >When a user is posting data to a form and hits SUBMIT the user is taken > >to another page. But when the user hits the BACK button on his browser, > >all the posted data is gone. > > > >How can I get

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

2002-05-30 Thread Ed Gorski
The posted data on which page? The one submitted to? ed At 02:43 PM 5/30/2002 -0400, Phil Schwarzmann wrote: >When a user is posting data to a form and hits SUBMIT the user is taken >to another page. But when the user hits the BACK button on his browser, >all the posted data is gone. > >How ca

RE: [PHP] Posting to a form

2001-04-24 Thread Matthew Luchak
you can't have whitespace in $valsI would replace the whitespace with _ and vice-versa when you want to ouput the $vals... Matthew Luchak Webmaster Kaydara Inc. [EMAIL PROTECTED] I'm trying to do the following But when Aname is multiple words, such as "W

Re: [PHP] Posting to a form

2001-04-23 Thread Jack Dempsey
it looks like you left off the quotes around the value that you're echoing...try putting it in like this -jack 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 whitespac

Re: [PHP] Posting to a form

2001-04-23 Thread Philip Olson
value="foo bar" as opposed to value=foo bar regards, philip 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 off. > > Any ide

[PHP] Posting to a form

2001-04-23 Thread Wade
I'm trying to do the following But when Aname is multiple words, such as "Wade Williams", everything from the whitespace on gets cut off. Any ideas how to fix this? Thanks Wade -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma