PHP – $_POST

PHP $_POST

$_POST contains an array of variables received via the HTTP POST method.

There are two main ways to send variables via the HTTP Post method:

  • HTML forms
  • JavaScript HTTP requests

Continue reading PHP – $_POST