$hs=mysql_query("select * from hizmet limit 0,4") or die (mysql_error());
while($hy=mysql_fetch_assoc($hs))
{
$hid = $hy['ID'];
$had = $hy['baslik'];
$hseo = $hy['seo'];
$hac = strip_tags(substr($hy['metin'],0,200));
$res =$hy['resim'];
if(empty($res))
{
$res='resim-yok.png';
}
else
{
$res=$res;
}
?>
} ?>