+ 1
Begginer question :) (PHP Form)
The method Get is advised to be used in what situation?
2 Antworten
+ 3
Use GET when the data you're going to send to the server doesn't contain sensitive information like passwords, email or any other personal user data.
You can check out the lessons👇
https://www.sololearn.com/learn/PHP/1841/
0
thanks ❤️