require('plesk/connessione.php');
$query="SELECT * from pagine where id='4'";
$ris=mysql_query($query,$connessione);
$riga=mysql_fetch_array($ris);
$testo=stripslashes($riga['testo']);
$mostra_foto=$riga['mostra_foto'];
?>
OMS MECCANICA STURLA
|
require('pag/menu.php'); ?>
|
|
|
 |

echo $testo; ?>
|
|
$query="SELECT * from immagini where tabella_riferimento='pagine' and id_riferimento='4'";
$ris=mysql_query($query,$connessione);
while($riga=mysql_fetch_array($ris))
{
$nome_immagine=$riga['nome'];
echo "
 ";
}
?> |
|
require('pag/disc.php'); ?> |
|
 |