0
I can't understand it plz help in forms
6 Respuestas
+ 1
Please be more specific or you won't get help
+ 1
a form submits content to php code though two methods (post or get) get grabs the content from a form inputs an index's them by name. It then places it in the URL
e.g. <input type="text" name ="name" value="value" --> URL www.mywebadress.com? name =value
get does the same only storing the content invisibly. Get is more secure and recommended for secure data transfer.
+ 1
Patel, forms are used to get information from the person that is using your webpage. so if you want the person to give you his name,age, race, sex, password etc. then inside the form tag you will use the input element( anything with a tag like this <> is an element). this is an example.
<form>
<input type = "text" name = "race"/>race <br/>
<input type = "text" name="username"/> username
</form>
0
what do you not understand?
0
no se ingles
0
tell me