j'ai modifié une page
je voudrais extraire la variable qui se trouve ds une session.
Il y a plusieurs choix si la variable est JSI redirection vers lecture JSI.
si autre redirection vers autre.
mon script merde 'just a little'
<?php
// choix du type ------------------
$choix=$_SESSION['type'];
if $choix=="JSI" header ("location:http://xxxxxx/lectureJSI.php");
if $choix=="TQI" header ("location:http://xxxxxx/lectureTQI.php");
if $choix=="FTH" header ("location:http://xxxxxx/lectureFTH.php");
if $choix=="SER" header ("location:http://xxxxxx/lectureSER.php");
?>
merci pour votre aide