I can redirect a page like
    header("Location: newurl.htm");

but how can I extend this to pass POST variables along?

(*NOT* GET vars, or cookies, or session vars, or
include()ing the next file... I want to do it with POST
vars.  It's a long story.)



-- 
PHP Windows 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