HTML Forms.

3 posts Page 1 of 1
Contributors
User avatar
tedhead2
Excellent Poster
Excellent Poster
Posts: 338
Joined: Sun Jan 03, 2010 8:36 am

HTML Forms.
tedhead2
Ok, This is how to make a basic HTML form. It's very simple.
Code: Select all
<HTML>
<head><title>Form!</title></head>
<body>
<form action="[whatever URL]" method="[post/get]">
Text: <input type="text" name="text1" />
Simple as it gets :)
Image
Lewis
Coding God
Coding God
Posts: 1564
Joined: Sun Dec 20, 2009 2:12 pm

Re: HTML Forms.
Lewis
Very simple i will put a php tutorial up soon on how to retrive the data from the form (Y) But you have the main thing set up :D but shouldnt there be like a closing form tag body tad and html tag?
Image
User avatar
tedhead2
Excellent Poster
Excellent Poster
Posts: 338
Joined: Sun Jan 03, 2010 8:36 am

Re: HTML Forms.
tedhead2
Oh yeha.. I always foret that

Add
</body>
and</HTML> and that end...
Image
3 posts Page 1 of 1
Return to “Tutorials”