|
if($lt=="ita" or $lt==""){
print nl2br(stripslashes($row["scheda"]));
}else{
print nl2br(stripslashes($row["scheda_eng"]));
}
?>
|
<<
|
|
|
|
| |
if($row["foto"]){
$image = imagecreatefromjpeg("img_cantieri/".$row["foto"]);
$file_wdth = imagesx($image);
$file_height = imagesy($image);
is_double($file_wdth = $file_wdth + 20);
is_double($file_height = $file_height + 23);
$fototitolo=str_replace("'"," ",$row["nome"]);
?>
',' print $file_wdth; ?>',' print $file_height; ?>',''); return false">
" border="0">
|
}
if($row["fotografie"]){
$dettaglio = explode("|",$row["fotografie"]);
$x=0;
$m=0;
while($dettaglio[$x]<>""){
$m++;
$image = imagecreatefromjpeg("img_cantieri/".$dettaglio[$x]);
$file_wdth = imagesx($image);
$file_height = imagesy($image);
is_double($file_wdth = $file_wdth + 20);
is_double($file_height = $file_height + 23);
$fototitolo=str_replace("'"," ",$row["nome"]);
?>
|
if($m==3){
print " ";
$m=0;
}
$x++;
}
}
?>
|
|