File: valider 4.php - Tab length: 1 2 4 8 - Lines: on off - No wrap: on off

?<?php session_start(); ?>
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="fr">
    <head>
    <title>Configurateur Individuel : choix des platines</title>
    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
    <script type="text/javascript" src="jquery.js"></script>
    </head>
    <body>
    <h1>Configurateur de Poste Interieur</h1>
   
   
    <?php
   
    unset($_SESSION['choi']);
   
    if(isset($_POST['choix']))
 {
 if($_POST['choix'] == "1") $_SESSION['choi'] = "KABLAH";
 else if($_POST['choix'] == "2") $_SESSION['choi'] = "KABLIH";
 else if($_POST['choix'] == "3") $_SESSION['choi'] = "KABLOH" ;
 else if($_POST['choix'] == "4") $_SESSION['choi'] = "KABLUH";
 else if($_POST['choix'] == "5") $_SESSION['choi'] = "KABLEIH";
 else $choix = "Choix non r�f�renc�";

}
     echo $_SESSION['choi'];
    ?>
        Salut     Tu es � l'accueil de mon site (index.php). Tu veux aller sur une autre page ?

   
   
   
   
   
   
   
   
   
 
    </body>
    </html>