HI,
I want to pass a varaible from one page to another.
For instance,:
when I click a link it stores a varaible "a" and opens a page Temp.php. when temp loads the page and the variable "a" written in it
In the same way, someone clicks another link, which stores varaible "b". Temp.php is loaded, with "b" written in it
I do not want to use mySQL or cookies.
What is the best way, and can you show it with the above simple example
Basically i need like a global variable
Thanks
I want to pass a varaible from one page to another.
For instance,:
when I click a link it stores a varaible "a" and opens a page Temp.php. when temp loads the page and the variable "a" written in it
In the same way, someone clicks another link, which stores varaible "b". Temp.php is loaded, with "b" written in it
I do not want to use mySQL or cookies.
What is the best way, and can you show it with the above simple example
Basically i need like a global variable
Thanks
