I want to get user input in one page, store that in a php variable and use it in another php page. I have tried using \'sessions\' but it doesn\'t seem to be working. Is the
Try changing your session code as this is the best way to do this.
For example:
Click to continue.'; } else { // form } ?>
However I'd probably store something safer like a userid in a session rather than the user's login credentials.