Cooper94 Posted December 18, 2008 Share Posted December 18, 2008 I would like it so when people view a roster.php page in that page when they click on the username(<a href="profile.php?content=<? echo $userid>"><? echo $name ?></a> Now I cant seem to pull that information into a profile.php file. I have searched here and on the web and couldnt find the answer. Thank You Quote Link to comment https://forums.phpfreaks.com/topic/137520-profiles/ Share on other sites More sharing options...
ILMV Posted December 18, 2008 Share Posted December 18, 2008 Sorry, I don't know if it is just me but I cannot understand your problem. Could you explain clearer? Where is the data coming from? Quote Link to comment https://forums.phpfreaks.com/topic/137520-profiles/#findComment-718636 Share on other sites More sharing options...
VBAssassin Posted December 18, 2008 Share Posted December 18, 2008 I have no idea what the heck your on about? Please explain further. I'm somewhat very experienced with creating "profile" sites, the best one i'm doing is http://www.coderprofile.com/ So i'm sure i can help you if you explain a little clearer what it is your trying to do. Kind regards, Scott Quote Link to comment https://forums.phpfreaks.com/topic/137520-profiles/#findComment-718637 Share on other sites More sharing options...
Birdmansplace Posted December 18, 2008 Share Posted December 18, 2008 i think hes after have you get 3 options. if you check option 1, 2, or 3 that each takes you to a different url whe you submit. op 1 take you to url 1 and 2 takes you to 2 and so on Quote Link to comment https://forums.phpfreaks.com/topic/137520-profiles/#findComment-718643 Share on other sites More sharing options...
beansandsausages Posted December 18, 2008 Share Posted December 18, 2008 in your link have the id etc .. ... link: <a href="profile.php?mod=viewid&<?php echo $id_value; ?>" />View Profile</a> profile: $id_value = (int)$_GET['viewid']; select from db where id={$id_value} blah blah some thing like that maybe? Quote Link to comment https://forums.phpfreaks.com/topic/137520-profiles/#findComment-718656 Share on other sites More sharing options...
Cooper94 Posted December 19, 2008 Author Share Posted December 19, 2008 Basicly I am trying to make a page called profile.php show information on people that have been clicked on, that is on a members.php file. So when people click view profile the profile.php would know that they clicked on that user or w.e and and send out that user's information. I know how to send out information I just dont know how to make it know what the person clicked on(the user) Quote Link to comment https://forums.phpfreaks.com/topic/137520-profiles/#findComment-719344 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.