Sunday, April 4, 2010

Forms and User Input

The example below shows an HTML form with 2 input fields and a submit button:


(click image to view)

When a user fills outthe form and click on the submit button, the data is sent to a "myBiodata.php" file:


(click image to view)

############################################################
The Output:

My name is Razak
I am 24 years old.
############################################################

No comments:

Post a Comment