Monshery Posted June 26, 2006 Share Posted June 26, 2006 Well i am trying to show a image with url but the url comeing from a variable :[code]<img src="<? $MMO_PRINGD['PIC']?>" width="154" height="113">[/code]Is that the right way to do it ? Link to comment https://forums.phpfreaks.com/topic/12908-how-to-show-a-pic-while-useing-a-variable-help/ Share on other sites More sharing options...
Barand Posted June 26, 2006 Share Posted June 26, 2006 <img src="<?php echo $MMO_PRINGD['PIC']?>" width="154" height="113"> Link to comment https://forums.phpfreaks.com/topic/12908-how-to-show-a-pic-while-useing-a-variable-help/#findComment-49549 Share on other sites More sharing options...
Monshery Posted June 26, 2006 Author Share Posted June 26, 2006 thanks mate its WORKING thaaanxxx::__)) Link to comment https://forums.phpfreaks.com/topic/12908-how-to-show-a-pic-while-useing-a-variable-help/#findComment-49551 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.