Advertisement
gidmakus

escape quotes

May 9th, 2011
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.27 KB | None | 0 0
  1. echo "<div style='font-family:verdana; font-size:11px; padding-left:15px; height:42px; line-height:20px;'>
  2.             <img src=\"<?php echo \'uploads/\'.$postalAddress ?>\" />
  3.                 </div>";
  4.  
  5. Am displaying an image but it shows that the image url is not right. What am i doing wrong
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement