Stocker un tableau dans une session

Author:

 session
Download

<?
    $tableau["0"] = "Janvier";
    $tableau["1"] = "Fevrier";
    $tableau["2"] = "Mars";
    $tableau["3"] = "Avril";
    $tableau["4"] = "Mai";
    $tableau["5"] = "Juin";
    $tableau["6"] = "Juillet";
    $tableau["7"] = "Août";
    $tableau["8"] = "Septembre";
    $tableau["9"] = "Octobre";

    $_SESSION["tableau"] = $tableau;
?>

Leave a Reply

Your email address will not be published. Required fields are marked *


four × 4 =