someone please tell me whats wrong with this?
<?php if($results->NumRows() < 1 ) {echo '<img src="news/photos/blank.gif">';} else {echo '<img src="news/photos/'.$results->Fields('pic 3').'">';} ?>
this will not display the blank.gif file.. even though the field is empty
why?