$Sql6 = "select * from articles_all_lis where cat='$id_catall2dd' order by id desc limit 30 ";
$Result6 = mysql_query($Sql6);
while ($Row = mysql_fetch_array($Result6))
{
$idmmdd=$Row[id];
$name_lestxdd=$Row[name_lest];
$wsfmdd=$Row[wsf];
$pic1xdd=$Row[pic1];
$no3maldd=$Row[no3mal];
$link3="$name_lestxdd";
$link4=preg_replace('/ /','_',trim($link3));
if($pic1xdd!='')
{
$pic1rxdd="pic_ar/$pic1xdd";
}
else
{
$pic1rxdd="";
}
?>

" width="340" height="420" alt="">
}
?>