global $wpdb;
$year = isset($_GET['y']) ? $_GET['y'] : "2014";
$sql = "SELECT ResultsTableId, ClassTableId, Over FROM boots_championnat_annee WHERE Championnat='N1' AND Year = '".$year."'";
$row = $wpdb->get_row($sql);
?>
global $wpdb;
$year = isset($_GET['y']) ? $_GET['y'] : "2014";
$sql = "SELECT ResultsTableId, ClassTableId, Over FROM boots_championnat_annee WHERE Championnat='N1' AND Year = '".$year."'";
$row = $wpdb->get_row($sql);
?>
Ceci se fermera dans 10 secondes