- 2
I can't understand to know about forms. plz help me.
Forms
3 Antworten
+ 6
Sam Forms are just like the physical form which is used to collect set of information from the person
for example:
You have to fill registration form in your school to get admission that form contains your first name age, gender, and other fields.
similarly the forms in html is used to collect information which is then send to server using "POST" method
I hope it clears your doubts :)
+ 1
thanks nadeem bro.
0
in forms, what is different between GET and POST?