<html> <head> <title> PHP Programing</title> </head> <body> <form id="form1" name="form1" method="post" action="savedb.php"> Name:::>> <input type="text" name="name"><br><hr/> Surname:::>> <input type="text" name="surname" ><br><hr/> .................../ <input type="submit" name="button" id="button" value="ok" /> ::::: <input type="reset" name="button2" id="button2" value="Cancel" /> <hr/> </form> </body> </html>