RON_ron Posted August 21, 2011 Share Posted August 21, 2011 The path to a image is stored in a variable and I need to display this image in the email. Can someone help me. This is my current attempt and nothing is happening. But the variable passes the URL correctly. <TABLE BORDER='0'> <TR> <TD align='left' width='370'><img src='".$dis_logoimg."' width='370' height='86' /></TD> </TR> </TABLE> Link to comment https://forums.phpfreaks.com/topic/245373-url-stored-in-a-variable/ Share on other sites More sharing options...
$php_mysql$ Posted August 21, 2011 Share Posted August 21, 2011 any error? Link to comment https://forums.phpfreaks.com/topic/245373-url-stored-in-a-variable/#findComment-1260249 Share on other sites More sharing options...
voip03 Posted August 21, 2011 Share Posted August 21, 2011 <TD align='left' width='370'><img src='http://sitema,e.com/pic.png' width='370' height='86' /></TD> Link to comment https://forums.phpfreaks.com/topic/245373-url-stored-in-a-variable/#findComment-1260256 Share on other sites More sharing options...
RON_ron Posted August 21, 2011 Author Share Posted August 21, 2011 no error... and no image seen?? I'm passing the URL via the variable. (e.g. $dis_logoimg = http://sitema,e.com/pic.png) Link to comment https://forums.phpfreaks.com/topic/245373-url-stored-in-a-variable/#findComment-1260262 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.