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
You can try using POST and GET methods for transferring user inputs within PHP scripts.
PHP GET
PHP POST