12-PHP and Web Forms
12-PHP and Web Forms
The PHP $_GET and $_POST variables will be fully explained in the next lecture.
4
Exercise
Create a page named index.php On the page, create a poll-form with three options (radio buttons) The poll-question will be, What is your favorite color? The options will be red, white, or blue Create a page named result.php On the page, display the result in the format below: Your favorite color is red.
6