?php // ───────────────────────────────────────────────────────── // TUMTUMYUMYUM — TEASER PAGE WITH FORM HANDLER // ───────────────────────────────────────────────────────── $success = false; $error = false; if ($_SERVER['REQUEST_METHOD'] === 'POST') { // Sanitize inputs $first_name = htmlspecialchars(trim($_POST['first_name'] ?? '')); $last_name = htmlspecialchars(trim($_POST['last_name'] ?? '')); $email = filter_var(trim($_POST['email'] ?? ''), FILTER_SANITIZE_EMAIL); $phone = htmlspecialchars(trim($_POST['phone'] ?? '')); $heard = htmlspecialchars(trim($_POST['heard'] ?? '')); $message = htmlspecialchars(trim($_POST['message'] ?? '')); // Basic validation if ($first_name && $last_name && filter_var($email, FILTER_VALIDATE_EMAIL)) { $to = 'inquiry@tumtumyumyum.com'; $subject = "New TumTumYumYum Inquiry — {$first_name} {$last_name}"; $body = "New inquiry submitted from TumTumYumYum.comn"; $body .= "─────────────────────────────────────n"; $body .= "Name: {$first_name} {$last_name}n"; $body .= "Email: {$email}n"; $body .= "Phone: " . ($phone ?: 'Not provided') . "n"; $body .= "Heard via: " . ($heard ?: 'Not provided') . "n"; $body .= "─────────────────────────────────────n"; $body .= "Message:n" . ($message ?: 'No message provided') . "n"; $body .= "─────────────────────────────────────n"; $body .= "Submitted: " . date('F j, Y g:i A') . "n"; $headers = "From: TumTumYumYum Website TumTumYumYum — Coming Soon
HERO

Something delicious is on the way…

TumTumYumYum

tumtumyumyum.com

We don't just teach cooking — we create the kind of evening that becomes the tradition people brag about.

Small classes. Big flavors. The world at your table.

PILLARS
🎭1/3 Entertainment
🌍1/3 Cultural Discovery
🍜1/3 Great Conversation
FORM CARD SOCIAL FOOTER
© 2026 Tum Tum Yum Yum LLC — Southeast Michigan — tumtumyumyum.com
"Turn a Tuesday night into a memory."