Question: PHP - Lab 01 1. Create a HTML form, accept a number as input and post it to a PHP script. Validate the entered SSN





PHP - Lab 01 1. Create a HTML form, accept a number as input and post it to a PHP script. Validate the entered SSN using PHP and return the result. (Sample Pattern: "nnn-nu-nnnn'") Required output (1) SSN Validation +C localhost:8080/2016/ssn.html 3 localhost:8080/2016/ssn.p x -). C fi D localhost:8080/2016/ssn.php Q Entered value: 111223333 Formatted SSN: 111-22-3333 Thank You! Your SSN has been succesfully formatted. SSN Validation Enter your SSN:111223333 Send Required output (2) SSN Validation - fi D localhost:8080/2016/ssn.html +-C localhost:8080/2016/ssn.php Q Entered value: 1222233333 This cannot be formatted as a social security number SSN Validation Please enter a valid 9 digit number below SSN Validation Enter your SSN: Send Send
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
