+ 1

how to display images using php

<?php echo "<img src="location.jpg" alt="h" width="100px" height="100px">"; ?> image is not displaying. please help!!

26th May 2017, 11:28 AM
Krishna Teja
Krishna Teja - avatar
1 Answer
+ 1
Replace " on ' in echo. <php echo "<img src='location.jpg' alt='h' width='100px' height='100px'>"; ?>
26th May 2017, 11:30 AM
Mr. Nobody
Mr. Nobody - avatar