<?php

include("baglanti.php");

$sql = mysql_query("SELECT * FROM modeller order by id DESC");

while($row = mysql_fetch_array($sql))
{
echo'<div id="model_tek">


if(empty($row[resim1]))
{

echo'
'.$row[adi].'
<img src="yonetici/modeller/resimyok.jpg" width="125" height="180" />
' ;
}
else {
echo'

'.$row[adi].'
<img src="yonetici/modeller/'.$row[resim1].'" width="125" height="180"/>

' ;


}

</div>';
}



?>

kod bu ama hata verıyor