";
echo "";
$foto1 = "./offerte/".$row_VEDI['OFF_FOTO1'];
$imagehw1 = getimagesize("$foto1");
// ridimensiono immagine con altezza 120 o altro numero
$height = 120;
$width1 = (int)(($imagehw1[0]*120)/$imagehw1[1]);
if ($foto1 <> "./offerte/") {
echo "";
echo " ";
echo "";
}
else {};
echo " | ";
echo "";
echo $row_VEDI['OFF_DESC'];
echo " ";
echo "";
echo "";
echo $row_VEDI['OFF_PRZ'];
echo "";
echo " ";
echo " | ";
echo "";
$foto2 = "./offerte/".$row_VEDI['OFF_FOTO2'];
$imagehw2 = getimagesize("$foto2");
// ridimensiono immagine con altezza 120 o altro numero
$height = 120;
$width2 = (int)(($imagehw2[0]*120)/$imagehw2[1]);
if ($foto2 <> "./offerte/") {
echo "";
echo " ";
echo "";
}
else {};
echo " | ";
echo "
";
} while ($row_VEDI = mysql_fetch_assoc($VEDI));
echo "