<html><head><title>PHP Simple Form</title></head> <body> <form action="simpleaction.phtm" method="post"> Your Name: <input type=text name=name><br> Your Age: <input type=text name=age><br> <input type=submit> </form> </body>