Let's all be examples.
I am redirecting from A.php to B.php with a parameter, let's say it ID=1.
Therefore,
..../B.php?ID=1
And I wanna hold the value of the ID.
Whenever I press a button on B.php, the value ID=1 gone.
Any idea of how can I hold that value ?
Thanks for in advance.