PHP Basics: $_POST

PHP Basics: $_POST

Aug 25, 2011

$_POST allows values to be read in through the HTTP POST method. This example shows how to read these in, and how to incorporate a form as to submit these variables.