I can't understand it plz help in forms | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I can't understand it plz help in forms

19th Jun 2016, 8:56 AM
Darshan Patel
Darshan Patel - avatar
6 Answers
+ 1
Please be more specific or you won't get help
20th Jun 2016, 4:40 AM
shaun khulani
shaun khulani - avatar
+ 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.
23rd Jun 2016, 12:20 PM
josh mizzi
josh mizzi - avatar
+ 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>
5th Jul 2016, 10:20 PM
Dan-Awoh Emmanuel
Dan-Awoh Emmanuel - avatar
0
what do you not understand?
22nd Jun 2016, 10:17 AM
Christopher Johnson
Christopher Johnson - avatar
0
no se ingles
24th Jun 2016, 5:53 PM
Juan Pablo Gomez Robles
Juan Pablo Gomez Robles - avatar
0
tell me
13th Jul 2016, 4:39 PM
amol devakate
amol devakate - avatar