Question: (Due, Tuesday, March 11, 11:59pm) Write a PHP script using regular expressions for validating the test field, name, phone number, city and state and zip
(Due, Tuesday, March 11, 11:59pm) Write a PHP script using regular expressions for validating the test field, name, phone number, city and state and zip code as shown in the seven screenshots of my browser window. The purpose of the test field is to allow access to a trusted group of users who know the password. In this example we assume that the password is a word containing a specified string (e.g. any word that contains the string "comput", like computer or computation is a legal password). The format of the remaining input is as follows: Name - (Last. First). Phone: (XXX) XXX-XXXX. City and State (City. XX), Zip code (5 digits). The script will accept the inputs from a form (textboxes) as shown by the eight screenshots of my browser window
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
