Update index.php
This commit is contained in:
parent
34234fd5fc
commit
d318398632
|
@ -42,7 +42,7 @@ if ($result->num_rows > 0) {
|
|||
$findate = str_replace('-"', '/', $row["datefin"]);
|
||||
$datefin = date("d/m/Y", strtotime($findate));
|
||||
$nombrejours = $row["nbjours"];
|
||||
# echo "<tr><td> " . $datedebut. " </td><td> " . $datefin. " </td><td> " . $nombrejours . " jour(s) </td><td> " . $row["type"] . " </td><td><button onclick="window.location.href='class/class.remove.php?datedebut=" . $row["datedebut"] . "&datefin=" . $row["datefin"]. "'">Supprimer la ligne</button></td></tr>";
|
||||
echo "<tr><td> " . $datedebut. " </td><td> " . $datefin. " </td><td> " . $nombrejours . " jour(s) </td><td> " . $row["type"] . " </td><td><button onclick="window.location.href='class/class.remove.php?datedebut=" . $row["datedebut"] . "&datefin=" . $row["datefin"]. "'">Supprimer la ligne</button></td></tr>";
|
||||
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue
Block a user