I have set up a form in entry.html that posts user input to process.php file and I need the php file to send the data it receives to another form in showme.html. I would like that form to store what it receives in string variables (would I need a javascript to store the string variables?) so that entry.html could send that data to display.php after the user clicks display (a display button which would be part of another a second form in showme.php....right?)