Ok, first of all it seems you have a "booking.php" and "index.php" that appear to be the same. A simple solution to that would be edit the line in the "index.php" that starts the form.
was :
<form method="POST" name="enquiry" action="booking.php" onsubmit="return checkBooking();">
should be...