Date Assigned: January 25, 2010
Date Due: February 1, 2010
For this project, you will be developing a simple Mad Libs generator using HTML and PHP. This assignment will help you to gain a better understanding of how data is passed from an HTML form to a PHP script. Your HTML form should contain at least 10 input form elements (textbox, dropdown, radio buttons, etc). When a user clicks on the 'submit' button, a story should be constructed using the values from the form. Also, you should stylize the HTML form elements using CSS.
Create a new folder for this project in your web directory. You should name the folder 'madlibs'. This project should contain the following files:
1. PHP script: index.php
2. CSS style sheet: styles.css