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