Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End How To Display Stored Image Using Path? Reply To: How To Display Stored Image Using Path?

#164428
chrisburton
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.'" />'; ?>