Show information entered on page, on another page? [Need Help]

Hey, I’m new to PHP, and I’m trying to learn it. I want to show the information entered on the first page of the site, on my second page. Could anyone please help me?

Check out HTML forms and $_GET / $_POST

$_GET --> http://php.net/manual/en/reserved.variables.get.php
$_POST --> http://www.php.net/manual/en/reserved.variables.post.php

Or $_SESSION[]

http://www.php.net/manual/en/reserved.variables.session.php

Sponsor our Newsletter | Privacy Policy | Terms of Service