I am trying to pass on some variables using SESSION from one PHP page to the next.
The first page contains this code and after the user clicks submit, it goes to Page 2:
Make sure that you are starting your session before creating the variables and before calling them back :
session_start();