<html> <head> <title>PHP Forms</title> </head> <body> <form method="GET" action="forms-handler-get.php"> Name: <input type="text" name="name"> Email: <input type="text" name="email"> <input type="submit" name="submit"> </form> </body> </html>