Re: page redirecting

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



If the content of that variable is secret please don`t use GET or POST
method to send it in CLEAR. beacuse somebody who know a little bit PHP
or can break your code. You can hide that by hashing it, or crypt it
with password. or something... using POST method.. of course.

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??
>  Send instant messages to your online friends http://uk.messenger.yahoo.com 

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux