include("inc/header.php"); ?>
include("inc/header_gallery.php"); ?>
include ("/admin/phpdatasource.inc");
include ("/admin/phpfunctions.inc");
if (!strlen($step)) $step = 1;
if ($step == "2")
{
$query="SELECT * FROM gallery WHERE id=$pid";
$result=mysql_query($query,$db);
if (mysql_num_rows($result))
{
$myrow=mysql_fetch_array($result);
$this_id=$myrow['id'];
list ($aa,$mm,$gg) = explode("-",$myrow['data']);
$this_data = $gg."/".$mm."/".$aa;
$this_titolo=$myrow['titolo'];
$this_descrizione=$myrow['descrizione'];
$this_cliente=$myrow['cliente'];
?>
echo $this_titolo; ?>
|
Data: echo $this_data ?>
if ($this_foto) {?>" alt="" border="0"> } ?>
//echo "$this_data ";
//echo "$this_modello ";
//echo "$this_titolo ";
echo "$this_descrizione
";
echo "Cliente: $this_cliente ";
?>
|
// ppppppppppppp
if (!isset($pagina)) $pagina=1;
$pre_query = "select * from photo_gallery where idGallery= '$pid'";
$result_num= mysql_query($pre_query,$db);
$numc=3;
$tot_ricerca=mysql_num_rows($result_num);
if ($tot_ricerca > 0)
{
$num_pagine=ceil($tot_ricerca / $numc);
for ($i=0; $i<=$num_pagine;$i++)
{
?>
|
$query_tr="SELECT * FROM photo_gallery where idGallery= '$pid' order by id desc LIMIT 0, $tot_ricerca";
//echo"$query_tr";
$result_tr=mysql_query($query_tr,$db);
//echo"$result_tr";
// Se la pagina è la 1 partiamo da 0
$begin=($pagina-1) * $numc;
//echo"$pagina";
$query="SELECT * FROM photo_gallery where idGallery= '$pid' order by id LIMIT $begin, $numc";
$result=mysql_query($query,$db);
if (mysql_num_rows($result))
{
while ($myrow = mysql_fetch_array($result))
{
$this_id=$myrow['id'];
$this_foto=$myrow['foto'];
$this_titolo=$myrow['titolo'];
$this_descrizione=$myrow['descrizione'];
$this_cliente=$myrow['cliente'];
$temp = explode (".",$this_foto);
$filename = $temp[0].".".$temp[1];
?>"> "> echo"$this_titolo" ?> |
}
$pagina=$pagina+1;
//print"$begin";
}
?>
}
?>
}
?>
}
}
if ($step == "1")
{
if (!isset($numc))
{
$numc=5;
$begin=0;
}
if (!isset($pagina)) $pagina=1;
// Serve solo per contare il numero totale
$pre_query="SELECT * FROM gallery";
$result_num= mysql_query($pre_query,$db);
$tot_ricerca=mysql_num_rows($result_num);
if ($tot_ricerca > 0)
{
$num_pagine=ceil($tot_ricerca / $numc);
// Se la pagina è la 1 partiamo da 0
$begin=($pagina-1) * $numc;
$query="SELECT * FROM gallery order by data desc LIMIT $begin, $numc";
$result=mysql_query($query,$db);
if (mysql_num_rows($result))
{
?>
Le immagini delle ultime realizzazioni
while ($myrow=mysql_fetch_array($result))
{
$this_id=$myrow['id'];
//
$query_f="SELECT * FROM photo_gallery where idGallery= '$this_id' order by id LIMIT $begin, $numc";
$result_f=mysql_query($query_f,$db);
if (mysql_num_rows($result_f))
{
$myrow_f = mysql_fetch_array($result_f);
$this_foto=$myrow_f['foto'];
$temp = explode (".",$this_foto);
$filename = $temp[0].".".$temp[1];
?>
}
//
$this_id=$myrow['id'];
list ($aa,$mm,$gg) = explode("-",$myrow['data']);
$this_data = $gg."/".$mm."/".$aa;
$this_titolo=$myrow['titolo'];
$this_descrizione=$myrow['descrizione'];
$this_cliente=$myrow['cliente'];
$size = strlen ($this_descrizione);
if($size > 100) {
$cutsize = strrpos (substr ($this_descrizione, 0, 100), "");
$this_descrizione_temp = substr($this_descrizione, 0, $cutsize);
$this_descrizione_new = ($this_descrizione."...");
}
else { $this_descrizione_new = $this_descrizione; }
//echo $testo_new;
?>
|
|
echo $this_titolo ?> echo $this_descrizione_new; ?>
|
|
}
?>
}
}
else
{
echo "Nessun prodotto";
}
}
@mysql_close();
?>
include("inc/footer_gallery.php"); ?>
include("inc/footer.php"); ?>