MrZordon / Beatles-2.0

0 stars 1 forks source link

Register New User Validation #1

Closed GeorgeHarrison92 closed 10 years ago

GeorgeHarrison92 commented 10 years ago

The register new user form allows the user to submit a request without filling in all the required fields. Needs to be updated to validate that all necessary fields are completed before submitting.

GeorgeHarrison92 commented 10 years ago

Issues fixed. Added in code to check if any of the fields were empty. If yes, user is redirected to an error page and the INSERT SQL query is not run. If all fields filled in correctly, the SQL query runs as it should