728x90 AdSpace

Latest News
Thursday, April 24, 2014

The Difference Between GET, POST and REQUEST in PHP

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
The Difference Between GET, POST and REQUEST in PHP
getpostrequest.zip

  • Blogger Comments
  • Facebook Comments

0 comments:

Post a Comment

We really appreciate if you comment after reading our posts. Thank You

Item Reviewed: The Difference Between GET, POST and REQUEST in PHP Rating: 5 Reviewed By: Unknown