jd2007 Posted July 17, 2007 Share Posted July 17, 2007 How do i let other members/guest view a member's profile but they cannot edit that members profile ? pls help me...show me an example... Link to comment https://forums.phpfreaks.com/topic/60348-how-do-i-let-other-membersguest-view-a-members-profile-but-they-cannot-edit-th/ Share on other sites More sharing options...
tapos Posted July 17, 2007 Share Posted July 17, 2007 Here is a simple example if($profile['member_id']==$_SESSION['user_id']) { //edit and view the page } else { //view the page } -- Tapos Pal Link to comment https://forums.phpfreaks.com/topic/60348-how-do-i-let-other-membersguest-view-a-members-profile-but-they-cannot-edit-th/#findComment-300243 Share on other sites More sharing options...
jd2007 Posted July 17, 2007 Author Share Posted July 17, 2007 thanks a lot...its great Link to comment https://forums.phpfreaks.com/topic/60348-how-do-i-let-other-membersguest-view-a-members-profile-but-they-cannot-edit-th/#findComment-300255 Share on other sites More sharing options...
jd2007 Posted July 17, 2007 Author Share Posted July 17, 2007 how do i get this : $profile['member_id'] ? Link to comment https://forums.phpfreaks.com/topic/60348-how-do-i-let-other-membersguest-view-a-members-profile-but-they-cannot-edit-th/#findComment-300267 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.