$success = ''; $error = ''; // Process booking form if ($_POST) { $service_id = $_POST['service_id'] ?? ''; $customer_name = $_POST['customer_name'] ?? ''; $customer_email = $_POST['customer_email'] ?? ''; $customer_phone = $_POST['customer_phone'] ?? ''; $customer_address = $_POST['customer_address'] ?? ''; $booking_date = $_POST['booking_date'] ?? ''; $booking_time = $_POST['booking_time'] ?? ''; $special_notes = $_POST['special_notes'] ?? ''; // Basic validation if (empty($customer_name) || empty($customer_email) || empty($customer_phone) || empty($booking_date) || empty($booking_time)) { $error = "Please fill in all required fields."; } else { if (addBooking($service_id, $customer_name, $customer_email, $customer_phone, $customer_address, $booking_date, $booking_time, $special_notes)) { $success = "Thank you! Your booking has been submitted successfully. We'll contact you within 24 hours to confirm."; } else { $error = "Sorry, there was an error processing your booking. Please try again."; } } } // Get services for dropdown $services = getServices(); ?>

Book Our Services

Schedule professional senior care services with our certified caregivers. Fill out the form below and we'll get back to you within 24 hours.

Book a Service

Schedule your appointment with our caring professionals

Why Book With Us?

Quick Response
We respond within 24 hours
Professional Staff
Certified caregivers
Safe & Secure
Your information is protected