query($settings_sql); if ($settings_result && $settings_result->num_rows > 0) { $settings = $settings_result->fetch_assoc(); } else { // Fallback if database is empty $settings = [ 'address' => 'London, ON', 'email' => 'info@apexplus.ca', 'phone_number' => '+1-226-582-1183', 'google_map_url' => 'https://maps.app.goo.gl/Z8zKdiKbpcEdV6MV8' // Fallback map link ]; } // Helper to clean phone number for "tel:" links (removes dashes and spaces) $clean_phone = preg_replace('/[^0-9+]/', '', $settings['phone_number']); // --- FETCH ACTIVE SERVICES FOR FORM DROPDOWN --- $services_sql = "SELECT * FROM services WHERE is_active = 1"; $services_result = $conn->query($services_sql); ?> Map Contact Us Get in Touch with Us Reach out today for expert guidance, service inquiries, or personalized solutions. We're here to support your project every step of the way! Google map Get a Free Consultation Use the form below to get in touch with the team Choose Services num_rows > 0) { while ($row = $services_result->fetch_assoc()) { $serviceName = htmlspecialchars($row['service_name']); echo "{$serviceName}"; } } else { echo 'General Inquiry'; } ?> Make An Appointment
Reach out today for expert guidance, service inquiries, or personalized solutions. We're here to support your project every step of the way!
Use the form below to get in touch with the team