A Simple HTML Form// index.php print "Welcome " . $_GET ['user'] . "\n\n"; print "Your address is: " . $_GET ['address'] . ""; ?>