TABLEAU_SEJOUR
";
while($row = mysqli_fetch_assoc($result)) {
echo "";
echo "{$row['nom_sejour']} ";
echo "{$row['nom_famille']} ";
echo "{$row['nb_adultes']} ";
echo "{$row['nb_enfant_1']} ";
echo "{$row['nb_enfant_2']} ";
echo "{$row['nb_nuits']} ";
echo "{$row['avance_courses']} ";
echo "{$row['repas_total']} ";
echo "{$row['nuit_total']} ";
echo "{$row['total']} ";
echo "{$row['solde']} ";
echo " ";
}
echo "";
?>
