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 data
isgone
> When a use
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
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
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
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
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
6 matches
Mail list logo