<img src=...> but with variable

hello,or simply:

Code:
<?php
echo "<img src=\"".$variable."\">";
?>
 
Back
Top