Did you try using a Cookie? 

You could set the cookie first and then use 
<meta http-equiv="refresh" content="0;url=page2.php">

Just one idea. I am sure there are better ways to do this.

Prathap


---------- Original Message -----------
From: kristianto adi widiatmoko <[EMAIL PROTECTED]>
To: php-general@lists.php.net
Sent: Wed, 28 Jun 2006 11:17:33 +0100 (BST)
Subject: [PHP] page redirecting

> HI folks,
> 
> i need to redirecting page, it could be done by using header 
> function like this
> 
> header("Location : page2.php?var1=foo");
> 
> but i need to hide variable from being displayed by browser since 
> the content of variable is secret.
> 
> I guess i need POST method instead of GET for redirecting that page.
> 
> Does any one have an idea??
>  Send instant messages to your online friends 
> http://uk.messenger.yahoo.com
------- End of Original Message -------

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to