RE: [PHP] Header redirecting with POST

2001-12-12 Thread Martin Towell
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

[PHP] Header redirecting with POST

2001-12-12 Thread Jim Lucas
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,