|
Data inserimento:
if(!$q=mysql_query("select * from ".$DBID."_blog where id='$_REQUEST[id]'",$db))die(mysql_error());
$r=mysql_fetch_object($q);
list($a,$m,$g)=split("-",$r->data_in); echo"$g.$m.$a"; ?>
|
echo"$r->nome"; ?> |
echo"$r->sottotitolo"; ?> |
|
if($r->foto1low) echo"
";
?>
|
echo"$r->testo"; ?> |
|
|
|
echo"Inserito il $g.$m.$a
".$UTENTI[$r->user_id]." alle $r->ora_ins |";
?> |
|
|
echo"
Commenti (";
$qc=mysql_query("select * from ".$DBID."_commenti where id_blog='$r->id' order by id desc",$db);
$nc=mysql_num_rows($qc);
if($nc) echo"$nc"; else echo"-";
echo") ";
if($_SESSION[user_id]) {
while($r=mysql_fetch_object($qc)) {
echo"
|
|
$r->titolo |
$r->data_in | $r->ora_ins |
|
|
$r->testo |
|
|
|
|
scritto da: ".$UTENTI[$r->user_id]." |
|
|
|
|
|
|
";
}
} else echo"Per accedere ai commenti devi registrarti";
?>
|
|
','','width=550,height=450')">Scrivi | Iscriviti |
|