<?php
// Datum im Format YYYY-MM-DD
$ablaufdatum = '2026-01-31';
$heute = date('Y-m-d');

// Dein WhatsApp-Link
$whatsapp_link = 'https://wa.me/4915256312844?text=Hallo,%20ich%20möchte%20mich%20anmelden';

if ($heute <= $ablaufdatum) {
    // Weiterleitung zu WhatsApp
    header("Location: $whatsapp_link");
    exit;
} else {
    // Nachricht, wenn abgelaufen
    echo "<h2>Die Anmeldung ist leider geschlossen.</h2>";
}
?>

Hergestellt in Deutschland / Gratisversand ab 20€ Bestellwert