Hi! I am wonder if it is possible to use the header("Location: https://www.blah.net") while stimulating it as a POST method/string. Because I need to hide the get/post string as you would with a HTML form's POST method.
What I have here is header("Location: https://www.blah.net?PHPSESSID=".$salt) for example, so to treat it as a POST like would be ... header("Location: https://www.blah.net"); header(" ??? "); //for PHPSESSID and other post strings... Thanks, Scott F. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php