hume1991
Erfahrenes Mitglied
Es erfolgt keine Weiterleitung warum?
Meldung bei Ausgabe PHP
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\index.php:190) in C:\xampp\htdocs\index.php on line 193
PHP:
<?php
if(isset($_POST['Absenden']))
{
Header("Location: www.die_url.de");
exit();
}
?>
Meldung bei Ausgabe PHP
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\index.php:190) in C:\xampp\htdocs\index.php on line 193