RE: [PHP] header redirect with POST?

2004-10-08 Thread Murray @ PlanetThoughtful
Much warmth, Murray http://www.planetthoughtful.org Building a thoughtful planet, One quirky comment at a time. -Original Message- From: Jay Blanchard [mailto:[EMAIL PROTECTED] Sent: Saturday, 9 October 2004 1:50 AM To: [EMAIL PROTECTED] Subject: [PHP] header redirect with POST?

Re: [PHP] header redirect with POST?

2004-10-08 Thread raditha dissanayake
Hi Jay, Nice to see you ask a question for a change ;-) Jay Blanchard wrote: Good morning gurus, Is it possible to have a form where I post variables to a processing script which would then redirect to another form have variables posted from the processing script? I am researching the HTTP header

Re: [PHP] header redirect with POST?

2004-10-08 Thread Matt M.
Is it possible to have a form where I post variables to a processing script which would then redirect to another form have variables posted from the processing script? I am researching the HTTP header things as I write this, but have not found a viable answer that is PHP only. I dont know if

Re: [PHP] header redirect with POST?

2004-10-08 Thread John Nichel
Jay Blanchard wrote: Good morning gurus, Is it possible to have a form where I post variables to a processing script which would then redirect to another form have variables posted from the processing script? I am researching the HTTP header things as I write this, but have not found a viable

Re: [PHP] header redirect with POST?

2004-10-08 Thread raditha dissanayake
John Nichel wrote: Jay Blanchard wrote: Good morning gurus, Is it possible to have a form where I post variables to a processing script which would then redirect to another form have variables posted from the processing script? I am researching the HTTP header things as I write this, but have not

Re: [PHP] header redirect with POST?

2004-10-08 Thread Jay Blanchard
[snip] that works, had to do it a couple of times myself. btw jay, if your machine has perl installed and the LWP module is also installed (usually will be) you might find the POST binary on your server. If it's there you can forget about sockets and make use of this program to send the data to

Re: [PHP] header redirect with POST?

2004-10-08 Thread djoseph
- Original Message - From: Matt M. [EMAIL PROTECTED] Date: Friday, October 8, 2004 11:59 am Subject: Re: [PHP] header redirect with POST? Is it possible to have a form where I post variables to a processing script which would then redirect to another form have variables posted from

Re: [PHP] header redirect with POST?

2004-10-08 Thread Chris Shiflett
--- Jay Blanchard [EMAIL PROTECTED] wrote: Is it possible to have a form where I post variables to a processing script which would then redirect to another form have variables posted from the processing script? I am researching the HTTP header things as I write this, but have not found a