From 593ded873b011279cc579cd1a2e19c1e2c89e594 Mon Sep 17 00:00:00 2001 From: Dharma Date: Fri, 21 Feb 2025 16:18:51 +0545 Subject: [PATCH] message --- mailBooking.php | 3 +-- mailContact.php | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/mailBooking.php b/mailBooking.php index 4b9c40b..88347ac 100644 --- a/mailBooking.php +++ b/mailBooking.php @@ -203,7 +203,6 @@ HTML;

Pickup Date: {$pickup_date}

Drop-off Date: {$dropoff_date}

Subject: {$subject}

-

Message:
{$message}

Reply to {$name} @@ -244,7 +243,7 @@ HTML; } // Include header after potential redirects -include('header.php'); +// include('header.php'); // Handle status messages (this part is optional if you want to display messages on the referring page) if (isset($_GET['status'])) { diff --git a/mailContact.php b/mailContact.php index 3c722c0..b33be71 100644 --- a/mailContact.php +++ b/mailContact.php @@ -193,7 +193,7 @@ HTML; } // Include header after potential redirects -include('header.php'); +// include('header.php'); // Handle status messages if (isset($_GET['status'])) {