I want to pass a couple of variables from one PHP page to another. I am not using a form. The variables are some messages that the target page will display if something goes
Have you tried adding both to $_SESSION?
$_SESSION
Then at the top of your page2.php just add: