PHP Basics: $_GET

PHP Basics: $_GET

Aug 25, 2011

$_GET allows values to be read in through the page URL (e.g. index.php?name=Alex). This example shows how to read these in, and how to incorporate a form as to submit these variables.