Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

text reference: PHP and MySQL for Dynamic Web Sites 4th edition 1. creat a new form that takes some input from the user. Then create

text reference: PHP and MySQL for Dynamic Web Sites 4th edition

1. creat a new form that takes some input from the user. Then create the php script that validates the form data and reports upon the results.

2. rewrite the gender conditional in handle_form.php (script 2.4) as one conditional instead of two nested ones. hint: you'll need to use the AND operator.

3. rewrite handle_form.php (script 2.4) to use $_post instead of $_request.

4. rewrite handle_form.php (script 2.4) so that it validates the age element. hint: use the $gender validation as a template, this time checking against the corresponding pull down option values (0-29, 30-60, 60+)

5. rewrite the echo statement in the final version of handle_form.php (script 2.5) so that it uses single quotation marks and concatenation instead of double quotation marks

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

Step: 3

blur-text-image

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 Driven Web Sites

Authors: Mike Morrison, Joline Morrison

1st Edition

061901556X, 978-0619015565

More Books

Students also viewed these Databases questions