File "ajax_selection_annee.php"
Full Path: /home/analogde/www/MassageProd/ajax_selection_annee.php
File size: 166 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
session_start();
$_SESSION['year'] = $_POST['year'];
$_SESSION['table_reservation'] = "reservation" .$_POST['year'] ."_v3";
echo $_POST['year'];
?>