Hi everyone
sorry to disturb everyone.
i have am a little bit confused about how to render a picture in PHP.
The html link for the picure is below.
<img src="pics/profile/11.JPEG" alt="" width="195" height="195" />
however, i am trying to render it in PHP so that i can use a variable to interchange the names of the picture.
i attempted to do so below, but appear to have got it wrong. i realise that i need to comment some of the figures out but not sure how to do it correclty.
thank you in advance for your kind assistance .
<?php echo ' <img src="pics/profile/';?><?php echo "$id";?><?php echo '.JPEG" alt="" width="195" height="195" />';?>