The question is simple really. I can call a page with ?x=100 on the end of the link and sure enough that page can use the variable $x and it will be 100.
However, rather than tagging that onto the end of every link, how can I utilize sessions, or any other means, so that every page can know the variable wihtout having to be told it via a ?z=100 addition to the link please?
I'd rather link my address bar to show now ?x=100 links, and thus the page in question points to a PHP page that will somehow assisn the variable to a session variable or something and then every page after that will know it? =/
However, rather than tagging that onto the end of every link, how can I utilize sessions, or any other means, so that every page can know the variable wihtout having to be told it via a ?z=100 addition to the link please?
I'd rather link my address bar to show now ?x=100 links, and thus the page in question points to a PHP page that will somehow assisn the variable to a session variable or something and then every page after that will know it? =/