Hello there.
I already have working User Profile, and a Register / Login..
but now, i want to link it into one.. and i dont know what to do.
Register / Login + User Profiles.
http://betterphp.co.uk/playlist.html?pi ... A12314F07E
http://betterphp.co.uk/playlist.html?pi ... F57B0DA2A4
When a user logs in, they will be redirected their profile according to uid.. profile.php?uid=1
and they have access to edit their own profile..
Thank you.
Linking Register / Login + User Profiles Together
Re: Linking Register / Login + User Profiles Together
Instead of manually setting the user id like I did in the profile tutorial you need to use the id of the logged in user.