diff --git a/.DS_Store b/.DS_Store index 9654b57..02de0a9 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/index.php b/index.php index abaae6b..3f7c4d0 100755 --- a/index.php +++ b/index.php @@ -42,7 +42,8 @@ if ($result->num_rows > 0) { $findate = str_replace('-"', '/', $row["datefin"]); $datefin = date("d/m/Y", strtotime($findate)); $nombrejours = $row["nbjours"]; - echo " " . $datedebut. " " . $datefin. " " . $nombrejours . " jour(s) " . $row["type"] . " "; + $link = 'class/class.remove.php?datedebut=" . $row["datedebut"] . "&datefin=" . $row["datefin"]. "'; + echo " " . $datedebut. " " . $datefin. " " . $nombrejours . " jour(s) " . $row["type"] . " "; } } else {