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 Quote Link to comment 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. Quote Link to comment 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.