0
what is GET and POST method in html??
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
+ 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.
0
it's a method to interact with back end
0
Get don't encrypt data Post does
0
use post method if you want inter web submit and get method if you want to submit data by url