bueno lo que me pasa esque tengo este codigo.
Código PHP:
<?php
$ip = "173.199.66.126:2302";
?>
<iframe src="http://cache.www.gametracker.com/components/html0/?host=<?php echo $ip; ?>&bgColor=333333&fontColor=CCCCCC&titleBgColor=222222&titleColor=FF9900&borderColor=555555&linkColor=FFCC00&borderLinkColor=222222&showMap=0&showCurrPlayers=0&showTopPlayers=0&showBlogs=0&width=240" frameborder="0" scrolling="No" width="240" height="164"></iframe>

<<-------------------------->>
mientras que si el codigo es este.
Código PHP:
<iframe src="http://cache.www.gametracker.com/components/html0/?host=<?php echo "173.199.66.126:2302"; ?>&bgColor=333333&fontColor=CCCCCC&titleBgColor=222222&titleColor=FF9900&borderColor=555555&linkColor=FFCC00&borderLinkColor=222222&showMap=0&showCurrPlayers=0&showTopPlayers=0&showBlogs=0&width=240" frameborder="0" scrolling="No" width="240" height="164"></iframe>

ps me gustaria saber como peudo hacer porqe con el echo ""; no me sirve necesito que se me muestre con la variable echo $;
