michaelkirby Posted April 26, 2010 Share Posted April 26, 2010 Hi all, I have created a system where each user has a specific profile. What I would like to be able to do is when a user is logged in they should be able to view peoples profile. ANy tips on what I might need to do? Quote Link to comment https://forums.phpfreaks.com/topic/199852-view-profile-of-different-users/ Share on other sites More sharing options...
JAY6390 Posted April 27, 2010 Share Posted April 27, 2010 Create a login script, use sessions to remember the person that is logged in and use access control to [dis]allow people access to the profiles Quote Link to comment https://forums.phpfreaks.com/topic/199852-view-profile-of-different-users/#findComment-1049035 Share on other sites More sharing options...
michaelkirby Posted April 27, 2010 Author Share Posted April 27, 2010 Hi, Ok so I have a login script created already and sessions are working. What do you mean by using access control? thanks in advance! Quote Link to comment https://forums.phpfreaks.com/topic/199852-view-profile-of-different-users/#findComment-1049036 Share on other sites More sharing options...
JAY6390 Posted April 27, 2010 Share Posted April 27, 2010 http://en.wikipedia.org/wiki/Access_control_list Quote Link to comment https://forums.phpfreaks.com/topic/199852-view-profile-of-different-users/#findComment-1049037 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.