A website that allows users to register for Marathon.
- Using Javascript/JQuery for form validation on client side and using PHP on server side.
- Validation for duplicate users is done using AJAX and checking for unique email id and phone no.
- Registered user's personal details are stored in MySQL database using PHP.
- User image stored on server directory by replacing the image name with contact no.
- Password protected roster report displaying a list of the registered users along with their info such as profile image, age and experience level.