$destinazione = "libri.php";
include 'sezioni_riservate.php';
include 'heder.php';
?>
Istituto Gestalt Trieste
$sql = "SELECT * FROM libri WHERE online = 1 ORDER BY cate";
$query = mysql_query($sql, $connessione);
while($fa=mysql_fetch_array($query)){
$lid = $fa['id'];
$titolo = $fa['titolo'];
$autore = $fa['autore'];
$foto1 = $fa['foto1'];
?>
|
if($foto1!=""){ ?>

} ?>
|
echo $titolo; ?>
echo $autore; ?> |
} ?>