TASK:
Create an html form as shown below:
Registration
When submitted, the form should be validated on server side.The rules are:
- User Name does not contain any empty space or special character.
- Password and Repeat Password matches.
- Email is valid.
- Phone contains number and'+' only.
- Zip code is a number.