In my code i need to echo $row["description"]; in an image to display value in to display value in the database. The value in the database need to be display in the image. How should I write whole the code that It could echo the value? Any help??
<div class="col-xs-3 col-sm-3 col-md-3">
<img src="grey.jpg">
<div class="top-left"> echo $row["description"]</div>
</div>