--- Todd Cary <[EMAIL PROTECTED]> wrote:
> I need to go to another page and I use the
>
> header("location: " . $the_url_to_the_page);
>
> Is it possible to use this method with POST so that the info does
> not show in the URL?
No, which is a very Good Thing.
Chris
=
Chris Shiflett - http:
ed. If
you have received this message in error, please notify us immediately
and destroy the original.
-Original Message-
From: Todd Cary [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 4:51 PM
To: [EMAIL PROTECTED]
Cc: Gus Scherer
Subject: [PHP] Header() and POST data
I nee
Yes I agree, SESSION variables would be a pretty good way to pass info to
the next page.
> Daniel -
>
> What is the best way to "go to another page"?
>
> header("location: . $new_page);
>
> Todd
>
> Daniel Clark wrote:
>
>> No I don't think so.
>>
>>
>>>I need to go to another page and I use
* Thus wrote Todd Cary ([EMAIL PROTECTED]):
> I need to go to another page and I use the
>
> header("location: " . $the_url_to_the_page);
>
> Is it possible to use this method with POST so that the info does not
> show in the URL?
No.
You can use session's to pass data without the user knowing
Daniel -
What is the best way to "go to another page"?
header("location: . $new_page);
Todd
Daniel Clark wrote:
No I don't think so.
I need to go to another page and I use the
header("location: " . $the_url_to_the_page);
Is it possible to use this method with POST so that the info do
You could create a new with hidden variable. And have an automatic
submit onload, going to the next location.
> I need to go to another page and I use the
>
> header("location: " . $the_url_to_the_page);
>
> Is it possible to use this method with POST so that the info does not
> show in the URL?
No I don't think so.
> I need to go to another page and I use the
>
> header("location: " . $the_url_to_the_page);
>
> Is it possible to use this method with POST so that the info does not
> show in the URL?
>
> Todd
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http:/
I need to go to another page and I use the
header("location: " . $the_url_to_the_page);
Is it possible to use this method with POST so that the info does not
show in the URL?
Todd
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
8 matches
Mail list logo