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 ? Quote 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"> Quote 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::__)) Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.