Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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:

  1. An html file (the form) to collect user data (10 points)
  2. 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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Professional SQL Server 2000 Database Design

Authors: Louis Davidson

1st Edition

1861004761, 978-1861004765

More Books

Students also viewed these Databases questions

Question

Are there treatments for loss of genital sensation?

Answered: 1 week ago

Question

3-2 What is the impact of information systems on organizations?

Answered: 1 week ago