Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Need help with PHP Modify your Registration form so that you use a single file to process and display the form. In addition to your
Need help with PHP
Modify your Registration form so that you use a single file to process and display the form. In addition to your required fields, write functions to ensure that the following validation rules are applied Gender is Male or Female Birth day is 01 through 12 Birth month is a valid month Birth year is a valid year (perhaps between 100 years ago and the current year?) Email contains an @ symbol and a dot (.) Your functions should be in an include file. Zip your PHP files and upload to Canvas, and type the URL of your page into the comment box. Bonus Point: Make your form sticky! Modify your Registration form so that you use a single file to process and display the form. In addition to your required fields, write functions to ensure that the following validation rules are applied Gender is Male or Female Birth day is 01 through 12 Birth month is a valid month Birth year is a valid year (perhaps between 100 years ago and the current year?) Email contains an @ symbol and a dot (.) Your functions should be in an include file. Zip your PHP files and upload to Canvas, and type the URL of your page into the comment box. Bonus Point: Make your form sticky
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started