I am just wondering, how can I get the value that has been selected by a customer 2 pages ago in PHP and then use it again later.
For example,
I have a page with list box called "username". This page is called admin.php.
Then, this admin.php page is being processed and the next page is admin1.php. ( i can the value of username without problem).
Then, I have another page called admin2.php which need the value of username in admin.php. How can I get this username value again?
Can anyone please help me?
Thanks