<?php
// It will display the data that it was received from the form called name
 	 echo ($_GET['email']);
 ?>
« Back