include("sx.php"); ?>
|
|
$WH="where 1";
if($_REQUEST[cercamese]!="-1") $_SESSION[cercamese]=$_REQUEST[cercamese];
if($_REQUEST[cercaanno]!="-1") $_SESSION[cercaanno]=$_REQUEST[cercaanno];
if($_REQUEST[cercaparola]) $_SESSION[cercaparola]=$_REQUEST[cercaparola];
if($_REQUEST[op]=="reset") $_SESSION[cercatipo]=$_SESSION[cercaanno]=$_SESSION[cercamese]=$_SESSION[cercaparola]="";
if($_SESSION[cercamese]) $WH.=" and data_in like '%-$_SESSION[cercamese]-%' ";
if($_SESSION[cercaanno]) $WH.=" and data_in like '$_SESSION[cercaanno]-%' ";
if($_SESSION[cercaparola]) $WH.=" and (nome like '%$_SESSION[cercaparola]%' or testo like '%$_SESSION[cercaparola]%' )";
if(!$q=mysql_query("select * from ".$DBID."_blog $WH order by id desc limit 0, 5",$db))die(mysql_error());
if(!mysql_num_rows($q)) echo"La ricerca non ha prodotti risultati ";
while($r=mysql_fetch_object($q)) {
?>
Data inserimento:
list($a,$m,$g)=split("-",$r->data_in); echo"$g.$m.$a"; ?>
|
echo"$r->nome"; ?> |
echo"$r->sottotitolo"; ?> |
if($r->foto1low) echo"
"; else echo"$NOFOTO";
?> |
$testo=split(" ",substr($r->testo,0,500));
for($i=0;$i[post completo]"; ?> |
|
echo" Inserito il: $g.$m.$a
".$UTENTI[$r->user_id]." alle $r->ora_ins |";
?> |
echo"Commenti (";
$qc=mysql_query("select id from ".$DBID."_commenti where id_blog='$r->id'",$db);
$nc=mysql_num_rows($qc);
if($nc) echo"$nc"; else echo"-";
echo") ";
if(!$_SESSION[user_id]) echo" Per accedere ai commenti devi registrarti";
?>
|
id"; ?>','','width=550,height=450')">Scrivi | Iscriviti |
|
|
} ?>
|
|
|
|