Hi guys,
I pass, with the URL, a variable through to a page in my site.
Let's call the variable 'index'.
In that page a submit happens when you press a button.
And then, when you press that button, I want to use that variable, but at that point the variable is 0.
How can I store this variable somewhere so that when I press the submit button, it still knows the value of the variable ?


