X-Git-Url: https://git.piment-noir.org/?p=Project_webapp.git;a=blobdiff_plain;f=includes%2Fformbooking.php;h=8699109e66e57feba93b0e93bbe337427fcebbfc;hp=be30b874d92cf1d93a33d0e20df5bbb41e8adc9e;hb=a0e7c679474abba8e61aa6241f7a5293ab631cc1;hpb=f38123a5d3eafd9af6fb25e1dd5ccf29c5508b36 diff --git a/includes/formbooking.php b/includes/formbooking.php index be30b87..8699109 100644 --- a/includes/formbooking.php +++ b/includes/formbooking.php @@ -66,6 +66,7 @@ if (!$input_failure && $is_logged_in && !empty($form_nb_place) && !empty($form_c $_SESSION['return_flight_departure_city'] = $row['VilleA']; $_SESSION['return_flight_arrival_city'] = $row['VilleD']; $_SESSION['return_flight_departure_date'] = $row['DateA']; + $_SESSION['return_flight_nb_place'] = $form_nb_place; redirect("index.php?page=search&action=return_flight", 3); } else { redirect("index.php?page=reservations", 3);