$URL = "https://example.com/script.asp?First=Jim&Last=Smith"; urlencode($URL); header("Location: $URL\n");
How do I gather up all the variables in $_POST and attach them as a string after the question mark? Thanks.
Jeff
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php