Question
Chapter 7 Assignment The idea of this assignment is for you to demonstrate that you know how to retrieve and process various types of form
Chapter 7 Assignment
The idea of this assignment is for you to demonstrate that you know how to retrieve and process various types of form data thru PHP. Make sure you test your files before submitting them. They should be error free, and they should make use of the .css file weve been using in order to receive credit
Create these 2 files:
- An html file (the form) to collect user data (10 points)
- A PHP file to process it. Use the Post method (15 points)
The form needs to include:
- 1 (or more) text box
- 1 drop-down list
- 3 check boxes at least
- 3 radio buttons
Note: Make sure to check if no check boxes were selected before attempting to display them. A good way to display the contents of the checkboxes is to handle them in an array, and have the processing script to go thru the array using a foreach loop. This is how the toppings were set in the sample form:
Toppings Pepperoni Mushrooms Olives
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started