Re: [PHP] Relocating and POSTing
- From: eric.butera@xxxxxxxxx ("Eric Butera")
- Date: Thu, 10 Jul 2008 15:12:13 -0400
On Thu, Jul 10, 2008 at 2:58 PM, Daniel Brown <parasane@xxxxxxxxx> wrote:
On Thu, Jul 10, 2008 at 2:32 PM, Richard Heyes <richardh@xxxxxxxxxxx> wrote:
1. Use the query string. Eg
header('Location: http://www.xxx.com?name=value&name2=value2');
That's GET, not POST, as the subject requests. ;-P
2. Use sessions
.... if you're not trying to POST the data and are staying within
the same domain on the same server. ;-P
I'm pretty sure he means persist POST data on the forwarded request.
.
- References:
- Relocating and POSTing
- From: "Alex Chamberlain"
- Re: [PHP] Relocating and POSTing
- From: Richard Heyes
- Re: [PHP] Relocating and POSTing
- From: "Daniel Brown"
- Relocating and POSTing
- Prev by Date: RE: [PHP] Re: What font/size do you use for programming?
- Next by Date: FW: [PHP] Relocating and POSTing
- Previous by thread: Re: [PHP] Relocating and POSTing
- Next by thread: Re: [PHP] Relocating and POSTing
- Index(es):
Relevant Pages
|