what am i doing wrong in the img src?
Posted: Tue Mar 30, 2010 7:37 am
I am wanting to dynamically display an image. So far I have got;
with $image_path being the directory which is called from a cookie. I could not include profile.jpg within the cookie as I use that for other parts of the site. All Im wanting to do is display the profile image, but I do need the $image_path in there also. Thanks
Code: Select all
<img style="border: 1px black solid" alt="Photo gallery" src="<?php $image_path . "profile.jpg"; ?>" id="tempGallery" width="160" height="160">