I can pass values form one page to another but I need to pass value like this,
Page 1:
Page4.php
Page3.php
I need to pass the value in a t
Solution using just POST - no $_SESSION
page1.php
page2.php
Solution using $_SESSION and POST
page1.php
Go to page2
page2.php
WARNING!!! - This contains no validation!!!