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
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