File "ajax.php"
Full Path: /home/analogde/www/Freebox/CHESS_ON/ajax.php
File size: 543 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
$J1 = $_GET['J1'];
$J2 = $_GET['J2'];
$jour = $_GET['jour'];
$mois = $_GET['mois'];
$annee = $_GET['annee'];
$selection_score = $_GET['selection_score'];
$option_date = $_GET['option_date'];
$id_partie = $_GET['id_partie'];
$date_reference = $_GET['date_reference'];
$concate = $J1 ." " .$J2 ." " .$jour ." " .$mois ." " .$annee ." " .$selection_score ." " .$date_reference ." " .$option_date ." " .$id_partie;
//10 Avril 2023 RemyS StephaneR Match nul 1655244000 apres 5
echo $concate;
?>