It seems pretty simple but I can\'t find a good way to do it.
Say in the first page I create a variable
$myVariable = \"Some text\";
try this code
using hidden field we can pass php varibale to another page
page1.php
Submit
pass php variable to hidden field value so you can access this variable into another page
page2.php