prepare("$sql"); $sth->execute(); $row = $sth->fetch(PDO::FETCH_BOTH); $descr_consultazione=$row[0]; $sql="select descrizione from ".$prefix."_ele_comuni where id_comune='$id_comune'"; $sth = $dbi->prepare("$sql"); $sth->execute(); $row = $sth->fetch(PDO::FETCH_BOTH); $descr_comune=$row[0]; echo "
"._COMUNE." "._DI." $descr_comune $descr_consultazione "; if ($aid) echo "["._UTENTE.":$aid]"; echo "
"; echo "
"; } function piede(){ } // end ?>