Weiterleitung auf URL-Adresse

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

  • Weiterleitung auf URL-Adresse

    Hallo,
    ich möchte gerne anstelle der Antwort "Mail could not be sent. Sorry!" eine Weiterleitung auf eine URL-Adresse.
    Kann mir jemand weiterhelfe?
    Danke...

    // Send the message
    $ok = @mail($to, $subject, $message, $headers);
    if ($ok) {
    echo "<p>Mail could not be sent. Sorry!</p>";
    } else {
    echo "<p>Mail could not be sent. Sorry!</p>";
    }
    ?>

  • #2
    PHP-Code:
    else {
    echo 
    "<meta http-equiv=\"refresh\" content=\"0;URL=wohin_du_willst.php\">";

    h.a.n.d.
    Schmalle

    http://impressed.by
    http://blog.schmalenberger.it



    Wichtige Anmerkung: Ich habe keine Probleme mit Alkohol ...
    ... nur ohne :-)

    Kommentar

    Lädt...
    X