fetchArray( $query );
$tot_art = sizeof($rs_tipi);
$module_age="Agenda";
if( $tot_art>0 ){
for( $i=0; $i<$tot_art; $i++ ){
echo "
\n";
echo html_entity_decode($rs_tipi[$i]['richiesta'], ENT_QUOTES)." \n";
echo " | \n";
// stato documento ricerca
echo "\n";
echo html_entity_decode($rs_tipi[$i]['descrizione'], ENT_QUOTES)." \n";
echo " | \n";
?>
&id_record='> |
\n";
}
}
?>