Hi,
Is there a way to pass a hidden variable when the user clicks on a link? (no forms are used)
thanks!
chris
As far as I know: No
Depends what you call hidden... you can put it in the url
.../page.php?var=value
but it's only "hidden"..
sessions
Devin: can you explain more?
how can I do that?
thank you, chris
You should really goto http://www.php.net/manual/en/ref.session.php and read about PHP session support.
The best way is to read the manual. Always ;-)
fLIPIS