PHP Programming Lesson 9
CGI Programming, processing FORM data sent from client HTML to a PHP program on the server side. Covers method=GET and $_GET array, plus method=POST and $_POST. Using the $_REQUEST associative array and using a link to send CGI data.