Home › Forums › Back End › How To Display Stored Image Using Path? › Reply To: How To Display Stored Image Using Path?
February 28, 2014 at 9:14 pm
#164428
Participant
But within the php code that displays the images that doesn’t work.
<?php echo "<img src='$img_path'>"; ?>
Try:
<?php echo '<img class="imgsize" src="'.$img_path.'" />'; ?>