don't think you can - you might need to use a "hidden" form and auto-submit
it when the page loads

-----Original Message-----
From: Jim Lucas [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 13, 2001 10:22 AM
To: [EMAIL PROTECTED]
Subject: [PHP] Header redirecting with POST


is it possible to use header() to redirect and have it act as a post

I know about this method
    header("Location: http://www.yahoo.com/?variable=value";);
but this is the GET method
I don't want to have to know every single (variable|value) combination that
will be sent to a page

Sadly though, GET has a size limit on the amount of data you can send
throught the URL, 2kb.  I want to be able to send larger amounts with a
header() redirect.

Any ideas on how to send the data in a POST with header(); woud be
appreciated.

Thanks Jim Lucas


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to