include('include/head.php'); $id = $_REQUEST['id']; include ("gestion/sql.php"); $select = "select * from contenu WHERE type LIKE 'conte' AND id='$id'"; $query = mysql_query($select) or mysql_error("Erreur SQL !"); $data = mysql_fetch_array($query); ?>
echo UTF8_decode(strtoupper($data['nom_du_conte'])) ?>
CLIQUEZ ICI POUR REVENIR A LA PAGE PRECEDENTE
", "
", UTF8_decode($data['conte'])); include('include/bas.php'); ?>