On 6/28/06, Richard Lynch <[EMAIL PROTECTED]> wrote:
On Wed, June 28, 2006 5:17 am, kristianto adi widiatmoko wrote:
> i need to redirecting page, it could be done by using header function
> like this
>
> header("Location : page2.php?var1=foo");
Then, the URL should be a full, complete URL, and not just a local
reference.
Sure you can use a local page, I do it all the time.
You could just use session_start() at the top of both pages, and slam
the data into $_SESSION, and then your Location: redirect would "work"
Yep.
Gerry
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php