+ 3
So when we type <input type="text"/> it's automatically using GET and when we use <input type="password"/> it's automatically a POST?
3 Answers
+ 8
First you made a mistake
we don't use the / to end input ok?
Second POST or GET programmed automatically by the browser for any FORM. and we tell those methods by PHP or JAVASCRIPT it means when you submit form you can use get or post as you want for any input
+ 1
Thank you :)
0
No, you should add it behind