Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $var_holding_img = '<img src="http://hipster.comli.com/1.jpg"/>';
- $string = "This is an image:<br \>" . $var_holding_img . "<br \>displayed dynamically with PHP.";
- echo $string;
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement