query("SELECT question, answer FROM faqs ORDER BY sort_order ASC"); $faqs = $stmt->fetchAll(PDO::FETCH_ASSOC); } catch (PDOException $e) { // Handle DB error gracefully $faqs = []; } require_once 'includes/api_keys.php'; // GOOGLE_MAPS_API_KEY is needed for the map functionality. $google_maps_api_key = defined('GOOGLE_MAPS_API_KEY') ? GOOGLE_MAPS_API_KEY : ''; ?>
Whether you have a question, concern, or just want to say Iakwe! 🌴
No FAQs found.