Expected behavior
If the entered username exists in the database, then the user should be alerted about it via a alert box.
If the passwords entered don't match then an alert box must appear to alert the user.
If the registration failed then an alert box must appear to alert the user.
If the registration is successful then an alert box must appear to let the user know.
Describe the bug register.php is not running
To Reproduce Steps to reproduce the behavior:
Expected behavior If the entered username exists in the database, then the user should be alerted about it via a alert box. If the passwords entered don't match then an alert box must appear to alert the user. If the registration failed then an alert box must appear to alert the user. If the registration is successful then an alert box must appear to let the user know.