PierceB / ParkingSpaceApp

To create an application to give data statistics on parking lots based off a live camera feed.
0 stars 0 forks source link

register.php not running #14

Closed szulu107 closed 5 years ago

szulu107 commented 6 years ago

Describe the bug register.php is not running

To Reproduce Steps to reproduce the behavior:

  1. Go to 'Register' page
  2. Fill in the form
  3. Click 'Register'
  4. See error

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.