setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); $stmt = $pdo->prepare("INSERT INTO contact_messages (name, email, phone, subject, message) VALUES (?, ?, ?, ?, ?)"); $stmt->execute([$name, $email, $phone, $subject, $message]); } catch (Exception $e) { echo ""; exit; } $to = 'dmcparty@gmail.com'; $headers = "From: $email\r\n"; $headers .= "Reply-To: $email\r\n"; $headers .= "Content-type: text/plain; charset=UTF-8"; $emailBody = "Name: $name\nEmail: $email\nPhone: $phone\nSubject: $subject\n\nMessage:\n$message"; if (mail($to, $subject, $emailBody, $headers)) { echo ""; } else { echo ""; } } ?>
We believe in conversations that spark change. Reach out to DMC to share your ideas, ask questions, or collaborate to shape a better Kenya.
Whether you have questions, suggestions, or want to get involved — we’d love to hear from you. Your voice matters. Let’s build a just, united, and people-first Kenya together.
We believe in conversations that spark change. Reach out to DMC to share your ideas, ask questions, or collaborate to shape a better Kenya.