Hi all, So I have a page that processes information and then "echo"s out a redirect that looks like this:
<META HTTP-EQUIV="REFRESH" CONTENT="4; URL=<? echo $url ?>;"> The thing is, there are some variables that I would love to pass in $_POST or $HTTP_POST_VARS to the page referred to in "$url". Is there any way to stuff this data into either of these globals so that the "$url" page can access 'em? Thanks a bunch! --Noel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php