Daniel alsén wrote:

> Hi,
> 
> i need to pass a variable by letting the user click on a link. Right now i
> do it like: page.php?variable=value
> 
> However, i don?t want the variable, and it?s value to appear in the adress
> bar of the browser. And i don?t want people to be able to pass the same
> variable by reloading the destination page.
> 
> Any pointers on how i can do this?

cookies or sessions, your choice

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

Reply via email to