jayb2302 / Drinx

DWP Project for 1 Semester in Web Development
0 stars 0 forks source link

Changes to user profiles can now be made by the user. #36

Closed KianMiridoozini closed 2 weeks ago

KianMiridoozini commented 2 weeks ago

Whenever a new user is registered, a new row in the user_profile table will be created with the userID of the newly registered user. Profile edits made by the user in the profile page will update the user_profile table, hence also update the fields on the frontend.

profile.css has been created and imported in style.css