djclewes Posted April 13, 2014 Share Posted April 13, 2014 when clicking on the users link it displays no users but if you do it like this http://mysite.com/profile.php?id=415 it displays peoples profile. so how do i fix this problem. attached the file show_user.php Link to comment https://forums.phpfreaks.com/topic/287739-help-with-usersmembers-script/ Share on other sites More sharing options...
Ch0cu3r Posted April 13, 2014 Share Posted April 13, 2014 That script uses this code to make a link to the users profile echo "<div class='userlist_body'><a href='profile.php?id=$userid'><b>$row[1]</b></a></div>"; Clicking the users link should then direct the user profile.php?id=<the users id> What happens when you click the link? Do you get blank page/error. Link to comment https://forums.phpfreaks.com/topic/287739-help-with-usersmembers-script/#findComment-1475983 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.