include("connect.php");
unset($_SESSION[accesso]);
session_destroy();
$q1="SELECT * FROM testi WHERE sezione='$_GET[id]' ORDER BY data LIMIT 0, 1";
$r1 = mysql_query($q1,$conn) or die("Errore nella query: " . mysql_error());
$here= mysql_fetch_array($r1);
?>
.
$panegen=explode("|", $_GET[id]);
$p=preg_replace('/_/',' ',$panegen[0]);
$p2=preg_replace('/_/',' ',$panegen[1]);
if ($panegen[1]=='0') $pane=$p; else $pane=''.$p2.' \\ '.$p;
echo "Ti trovi in: Home \\ $pane";
?>
|
|
.
$q2="SELECT COUNT(*) FROM sezioni WHERE sezioni.attiva=1 AND sezioni.parent='$sezionequi'";
$r2 = mysql_query($q2,$conn) or die("Errore nella query: " . mysql_error());
$count=mysql_fetch_array($r2);
$q="SELECT * FROM sezioni WHERE sezioni.attiva=1 AND sezioni.parent='$sezionequi' ORDER BY posizione";
$r = mysql_query($q,$conn) or die("Errore nella query: " . mysql_error());
if (($count[0]>=1) && (($qui[1]!='0') || ($qui[1]=='0'))) {
echo '
';
echo '
Leggi anche:
';
while($elemento= mysql_fetch_array($r)) {
if ($elemento[nome]!=$sottosezqui) {
echo '- '.$elemento[titolo].'
';
}
}
if ($qui[0]=="La_Societa" | $qui[0]=="Organigramma") echo '- Contatti
';
echo "
";
$sezqui=preg_replace('/_/',' ',$sezionequi);
if ($qui[1]!='0') echo '
Torna a:
';
echo '
';
}
?>
Download:
Foto del Giorno:
$q1="SELECT * FROM immagini, diario WHERE immagini.url=diario.immagine AND immagini.settimana='1' LIMIT 0,1";
$r1=mysql_query($q1,$conn) or die("Errore nella query: " . mysql_error());
$el=mysql_fetch_array($r1);
echo '
'.$el[cantiere].'Inserita il: '.date('d/m/Y',strtotime($el[8])).'';
?>
Newsletter:
Ricevi tutte le novità della
Progetto Carrara nella tua casella di
posta elettronica.
Iscriviti subito >>>
echo "$here[titolo]
";
echo "
";
$text=preg_replace('/\[immagine (.+?)\[link url=(.+?)\](.+?)\[\/link\](.+?)\]/','[immagine \\1\\3\\4]', $here[testo]);
$text=preg_replace('/\[immagine (.+?) indirizzo=(.+?) didascalia=(.+?) larghezza=(.+?) altezza=(.+?)\]/','\\3
', $text);
$text=preg_replace('/\[link url=(.+?)\](.+?)\[\/link\]/','\\2', $text);
$text=preg_replace('/\[h2\](.+?)\[\/h2\]/','\\1
',$text);
$text=preg_replace('/\[B\](.+?)\[\/B\]/','\\1',$text);
$text=preg_replace('/\[br\](\[el\])/','\\1',$text);
$text=preg_replace('/\[br\]/','
',$text);
$text=preg_replace('/\[Lista\](.+?)\[\/Lista\]/','',$text);
$text=preg_replace('/\[el\](.+?)\[\/el\]/','\\1',$text);
echo "$text
";
echo '';
echo "
";
$r = mysql_query($q,$conn) or die("Errore nella query: " . mysql_error());
if (($count[0]>=1) && (($qui[1]!='0') || ($qui[1]=='0'))) {
echo "Leggi anche:
";
$i=1;
while($elemento= mysql_fetch_array($r)) {
if ($elemento[nome]!=$sottosezqui) {
echo ''.$elemento[titolo].'';
if ($i<$count[0]) echo ' | ';
}
$i++;
}
if ($qui[0]=="La_Societa") echo ' | Contatti';
if ($qui[0]=="Organigramma") echo 'Contatti';
echo '
';
}
if ($qui[1]!='0') {
echo '
Torna a:
';
echo ''.$sezqui.'';
echo '';
}
?>