Code: Select all
<img style="border: 1px black solid" alt="Photo gallery" src="<?php $image_path . "profile.jpg"; ?>" id="tempGallery" width="160" height="160">Moderator: General Moderators
Code: Select all
<img style="border: 1px black solid" alt="Photo gallery" src="<?php $image_path . "profile.jpg"; ?>" id="tempGallery" width="160" height="160">Code: Select all
<?php $image_path . "profile.jpg"; ?>Code: Select all
<?php echo $image_path . "profile.jpg"; ?>