I'd just like to enquire if an image is not available for some reason, is it possible to show an alternative image instead?
At present I've written
Code: Select all
<img src="/user/images/<?=row['myimage'?>", width="75", height="75", alt="scr='/system/graphics/noimage.png'">
Thank You.