RICERCA TRA I DOCUMENTI DEL SITO Home

Testo da cercare:
Tipologia da cercare:
Documento generico
Evento
Commento
RISULTATI TROVATI:

"; if ($handle = opendir('media/xml/')) { while (false !== ($file = readdir($handle))) { if (strstr($file,".xml")){ $FILE=@join('',@file("media/xml/$file")); if (($tipo=="generico")||(strstr ($FILE ,""))) $TIPO=1; else $TIPO=0; if (((@stristr($FILE,"$ricerca"))||($ricerca==""))&&($TIPO==1)) { $TITOLO=strstr($FILE,""); $TITOLO=substr($TITOLO,17,strpos($TITOLO,"]]>")-17); $DATA=strstr($FILE,""); $DATA=substr($DATA,6,strpos($TITOLO,"")-6); echo " $TITOLO $DATA
"; $risultati=1; } } } closedir($handle); if ($risultati==0) echo "

NESSUNO

"; } }//FINE CODICE RICERCA ?>