<?
if($values['resim']!=""){
?>
<tr>
<td>
<img src="<?=dbOut($values['resim'])?>" width="150" height="150" /></td>
</tr>
<?
}
?>