File "ajax_selection_annee.php"

Full Path: /home/analogde/www/Massage_v3_debug/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'];
?>