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