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