Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create an HTML document that will collect the following form-data: Name Address City State Zip Age Gender Organize your HTML within a table and make

Create an HTML document that will collect the following form-data:

  • Name
  • Address
  • City
  • State
  • Zip
  • Age
  • Gender
  • Organize your HTML within a table and make it look good.
  • Use CSS to format and style your form.
  • Create a process_player.php script that will process the HTML form data and display the following information:
  • Name
  • Address
  • City
  • Zip
  • Group the player based on age and gender:
    • Age < 18 and Male-Male Junior
    • Age < 55 and > 18 and Male - Male Professional
    • Age > 55 and Male - Male Senior
    • Age < 18 and Female - Female Junior
    • Age < 55 and > 18 and Female - Female Professional
    • Age > 55 and Female - Female Senior

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

Database Internals A Deep Dive Into How Distributed Data Systems Work

Authors: Alex Petrov

1st Edition

1492040347, 978-1492040347

More Books

Students also viewed these Databases questions

Question

Why is the System Build Process an iterative process?

Answered: 1 week ago