Let's say ..... --clip-- Page 1 ----- $data = "Yes!";
header("Location: test1.php");
Page 2 -----
$data = $GLOBALS['data'];
echo $data;
--clip--
This one does not work! Does this ever work at all or do I need to do the
"header("Location: test1.php?data=Yes!");" into the script?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

