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 found a viable answer that is PHP only.


If memory serves, we had to do this at my last job, and I think we found sockets to be the answer. I don't remember any of the details (wasn't my project), but I'm pretty sure they opened a socket to POST the data thru.

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 the second page.




--
Raditha Dissanayake.
------------------------------------------------------------------------
http://www.radinks.com/sftp/         | http://www.raditha.com/megaupload
Lean and mean Secure FTP applet with | Mega Upload - PHP file uploader
Graphical User Inteface. Just 128 KB | with progress bar.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to