Question: Create a webform validations.php with one textbox and one submit button as shown below. Test if String is Valid The text entered in the textbox
Create a webform validations.php with one textbox and one submit button as shown below. Test if String is Valid The text entered in the textbox is valid if the following conditions are met: 1. The first letter should be an alphabet in lowercase. 2. followed by minimum 1 and maximum of 3 alphabets in uppercase 3. followed by 1 space 4. followed by 1 alphabet in uppercase 5. followed by minimum 2 and maximum of 3 integers in the range of 2 10 9 When you click the submit button, the program should tell whether the data is valid or not. Note: After finishing your work, upload your code in the space provided
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
