How do I send a variable to a page without using a form?
I have 3 pages: page1.php, page2.php and page3.php.
Page 1 is a form and sends a variable to page 2. Page 2 does some processing and returns page 3. I want page 3 to include the variable that was sent ot page 2. Is this possible?
Thanks.