Kodundan hiçbirşey anlayamadım

<?php
include("baglanti.php");
$sql = mysql_query("SELECT * FROM modeller order by id DESC");
while($row = mysql_fetch_array($sql)){
	$Resim  = $row["resim1"];
	$Adi	= $row["adi"];
?>

<div id="model_tek">

<?php echo $Adi;?>
<img src="yonetici/modeller/<?php if(empty($Resim)){?>resimyok.jpg<?php }else{ echo $Resim;}?>" width="125" height="180"/>

</div>

<?php } ?>
test etmedim ama böyle dene istersen.