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