Anyway if the content should be *secret* you should think about storing
them on server-side.
Andy
Stut wrote:
> kristianto adi widiatmoko wrote:
>> 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??
>>
>
> Stick it in then session - that's what it's there for.
>
> -Stut
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php