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]
- RE: [PHP-WIN] sending POST data with header()? Hugh Bothwell
- RE: [PHP-WIN] sending POST data with header()? Michael Rudel
