Web Programming with PHP

16 Getting Data from a Web Form

$_GET is an associative array of variables passed to the current script via the URL parameters.

$_POST is an associative array of variables passed to the current script via the HTTP POST method.