Todd Cary wrote:
If I use if ($send) header("location: mypage.php?message=" . $message);the data ($message) is passed in the URL. Is there a way to pass the data as though it was a POST method i.e. not in the URL?Todd
you should look into using sessions to store the data maybe? As long as you will always be sending it to the same server. Jim -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php