File "charte_plongeur.php"
Full Path: /home/asmplong/www/asm/charte_plongeur.php
File size: 350 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
include ('inc.top.php');
$recup_id = '2';
$req_recup_dp = mysql_query("SELECT * FROM ".$db_prefixe."chartes WHERE charte_id=$recup_id;");
$data_recup_dp = mysql_fetch_array($req_recup_dp);
?>
<h1><?php echo $data_recup_dp['charte_titre']; ?></h1>
<?php echo $data_recup_dp['charte_contenu']; ?>
<?php
include ('inc.foot.php');
?>