I am wondering how I would put information from my website in the URL on the first page of my site, and then on the next page, use $_GET to get the variables fr
$_GET
do
And in your page, you could get the name as:
$name = $_GET['name'];