Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Basic Content Create the following folder structure in your htdocs folder ( or the csis 2 4 4 0 folder, if you created one, in

Basic Content
Create the following folder structure in your htdocs folder (or the csis2440 folder, if you created one, in your htdocs folder)
validation
js
img
css
Create the following file(s) on your computer in the validation folder:
index.php
process.php
In the index.php file:
Create a standard web page with all the basics (doctype, html tag, head tag, body, etc.)
In the body of the page, create a web form that asks for the user phone number.
be sure to include a reset button
be sure to include a submit button
when submitted it will send the data (via the $_POST) to the process.php file.
In the process.php file:
Again create the standard web page basics.
Using PHP, retrieve the data from the $_POST that came from the index.php page.
Use regular expression techniques and PHP regex function(s) to validate the phone number
For phone numbers, only allow this format: (xxx)xxx-xxxx. Be sure to create this from scratch
If the number is valid, then display a message on the screen that includes the number along with a "thank you" message stating that the number is valid
Be sure to include the phone number in the output
Get creative and have fun
Be sure to style the page with CSS in an external style sheet that you will place in your css folder.
If the data does not validate, then do the following
Return to the index.php page
On the index.php display an error message that states the phone number is not valid.
Be sure that the error message shows the proper format
Lastly, be sure to retain (in the input box) the original number entered in the field so that the user doesn't have to completely retype it.
This allows them to see their original entry and edit it more easily
Test the site:
Make sure that home page properly passes the data to the process.php page.
Make sure that you test by entering a variety of invalid data
wrong length
letters instead of numbers
wrong format
etc.
Make sure the error message shows up correctly
Make sure that you CSS works correctly
Upload the site:
Once the site has been tested, upload the validation directory to your server in the htdocs folder on your server.
Test the site again once it's uploaded and live
Miscellaneous Notes:
Do NOT use HTML validation (i.e., the "required" property/attribute)
Do not use JavaScript in any capacity.
ALL Validation must be done via PHP only

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 Processing

Authors: David M. Kroenke

12th Edition International Edition

1292023422, 978-1292023427

More Books

Students also viewed these Databases questions

Question

What are the stages of project management? Write it in items.

Answered: 1 week ago

Question

why do consumers often fail to seek out higher yields on deposits ?

Answered: 1 week ago