onthespot Posted August 8, 2006 Share Posted August 8, 2006 ok i want to link people on my website to their gamercards on xbox live! <a href="http://profile.mygamercard.net/[b]gamertag[/b]"><img src="http://card.mygamercard.net/gel/Default/[b]gamertag[/b].png" border=0>The parts in bold are going to be the usernames of the people signed up to my website! so by using php, im sure there is a way to make their username go where the bold parts are, and for their gamercards to show up on their profile pages!could anyone help me? Link to comment https://forums.phpfreaks.com/topic/16878-help-with-link/ Share on other sites More sharing options...
GingerRobot Posted August 8, 2006 Share Posted August 8, 2006 [code]<?php$gamertag = 'usename';echo "<a href='http://profile.mygamercard.net/$gamertag'>";?>[/code] Link to comment https://forums.phpfreaks.com/topic/16878-help-with-link/#findComment-71055 Share on other sites More sharing options...
skroks609 Posted August 8, 2006 Share Posted August 8, 2006 damn. i was just about to say that :-\ Link to comment https://forums.phpfreaks.com/topic/16878-help-with-link/#findComment-71057 Share on other sites More sharing options...
onthespot Posted August 8, 2006 Author Share Posted August 8, 2006 thankyou, im only just starting out with php and sql so need all the help i can get, thanx! Link to comment https://forums.phpfreaks.com/topic/16878-help-with-link/#findComment-71063 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.