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[]