It sounds like a simple problem...
But I cannot find any method to display a default image or path if field comes up empty or null..
I hope I can get help with this php/mySQL problem soon
thanks
if ($field == False) { echo "<img src=\"images/image.gif\" width=\"100\" height=\"50\">"; }
Like this? (width\height being whatever the width\height is of the image)
Where do I put the code in this...
<img src="photos/<?php echo $coupon->Fields('coupon'); ?>" width="480" height="220">
... or do i put it at the top of the page?
Sadly this I am a real novice with this!
😕