0

what is GET and POST method in html??

14th Jan 2017, 7:22 AM
I Am a Baked Potato
I Am a Baked Potato - avatar
5 Réponses
+ 3
Omg why can't you just look at the PHP courses? All your answers are there. Please don't tell me you are lazy to do courses because being lazy does not bring you up. <form action="submit.php" method=GET> <input type=text name=username> When you click on submit, you will be redirected to submit.php?username=cheeze If it is POST, you will be redirected to submit.php
14th Jan 2017, 7:45 AM
David Sebastian Keshvi Illiakis
David Sebastian Keshvi Illiakis - avatar
+ 2
Well, I'm not trying to be rude but if you want to know something, at least do some research before asking it here.
14th Jan 2017, 7:49 AM
David Sebastian Keshvi Illiakis
David Sebastian Keshvi Illiakis - avatar
0
it's a method to interact with back end
14th Jan 2017, 7:27 AM
Yuliana
Yuliana - avatar
0
Get don't encrypt data Post does
14th Jan 2017, 7:50 AM
Sun
Sun - avatar
0
use post method if you want inter web submit and get method if you want to submit data by url
14th Jan 2017, 7:52 AM
Sun
Sun - avatar