Related resources for $_POST In PHP
  • PHP Form Handling2/14/2013 11:56:20 AM. The PHP $_POST variables are used to retrieve information from forms, like user input.
  • $_GET and $_POST in PHP2/20/2012 4:09:31 PM. Using this article one can easily understand the difference between the GET and POST methods in PHP.