File manager - Edit - /home/asiatechinc/public_html/asiatech-websites/lakeloft.in/booking.php
Back
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Book Your Stay - Hotel Lake Loft</title> <!--favicon icon--> <link rel="icon" href="images/favicon.ico"> <!-- Bootstrap 5.3 CSS --> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css" /> <link href="css/style.css" rel="stylesheet"> </head> <body> <?php include 'header.php'?> <div class="breadcumb booking-bg"> <h3>Book Your Stay</h3> </div> <div class="booking-section"> <div class="container"> <div class="row justify-content-center"> <div class="col-lg-8"> <div class="booking-card p-4 p-md-5"> <h3 class="text-center mb-2">Book Your Stay</h3> <p class="text-center text-muted mb-4"> Reserve your room and enjoy a peaceful stay with us </p> <!-- FORM START --> <form action="bookking-mail.php" method="post"> <div class="row g-3"> <div class="col-md-6"> <label class="form-label">Full Name</label> <input type="text" name="full_name" class="form-control" placeholder="Your Name" required> </div> <div class="col-md-6"> <label class="form-label">Phone Number</label> <input type="tel" name="phone" class="form-control" placeholder="Phone Number" required> </div> <div class="col-md-6"> <label class="form-label">Email Address</label> <input type="email" name="email" class="form-control" placeholder="Email Address" required> </div> <div class="col-md-6"> <label class="form-label">Room Type</label> <select name="room_type" class="form-select" required> <option value="">Select Room Type</option> <option>Presidential Suite</option> <option>Lakeview Deluxe Room</option> </select> </div> <div class="col-md-6"> <label class="form-label">Check-in Date</label> <input type="date" name="checkin" class="form-control" required> </div> <div class="col-md-6"> <label class="form-label">Check-out Date</label> <input type="date" name="checkout" class="form-control" required> </div> <div class="col-md-6"> <label class="form-label">Guests</label> <input type="number" name="guests" class="form-control" min="1" required> </div> <div class="col-md-6"> <label class="form-label">Rooms</label> <input type="number" name="rooms" class="form-control" min="1" required> </div> <div class="col-12"> <label class="form-label">Special Requests</label> <textarea name="message" class="form-control" rows="3"></textarea> </div> <div class="col-12 text-end mt-3"> <button type="submit" name="submit" class="btn btn-book">Book Now</button> </div> </div> </form> <!-- FORM END --> </div> </div> </div> </div> </div> <?php include 'footer.php'?> <!-- Bootstrap 5.3 JS --> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script> </body> </html> <script> document.querySelectorAll('.gallery-img').forEach(img => { img.addEventListener('click', function () { const src = this.getAttribute('data-bs-img'); document.getElementById('lightboxImage').src = src; }); }); </script>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.03 |
proxy
|
phpinfo
|
Settings