Created a registration form using PHP, JS and mysql. Handled the following DB operations:
- Registering the User - Insert record.
- Validating using Username and Email - Validating the record.
- Changing the password - Updating a record.
- Remove the account - Delete the record.