Without using forms...(ie. www.doman.com?variable=value)
is there a way I can HIDE the values after the ?
I have set up with PHP/MySQL a way the content between a header and a footer can be selected via a $url variable passed on (ie. www.domain.com?url=resume). I would like that infomation to be passed, but not appear in the address bar. This is so no matter what page you access, the index.php page is always the location (ie. www.domain.com/)rather than (www.domain.com/?url=value).
I heard that ASP uses a session variable, and I suppose PHP would have something similar. I looked up the session variable in PHP, but it doesn't quite look like what I'm trying to do.
my email is brian@brianmckenna.com. Thanks in advance for any help.