POST
- Input details in form not shown in address bar, and just the url address e.g http://localhost/process.php
- The character we can input in the form is unlimited
GET
- Input detail shown in address bar after the url of action file e.g.http://localhost/proses.php?nama=david&email=david798%40gmail.com&submit=kirim
- The character we can input has limit, 200 characters
REQUEST
REQUEST has been chosen in the complex scripts that we forgot about which is GET or POST we used before. REQUEST will work depend on the method we used before.Use the file below to practice
getpostrequest.zip |
0 comments:
Post a Comment
We really appreciate if you comment after reading our posts. Thank You