Hallo,
Ik heb een handelmail php pagina die werkt op meerdere pagina's icm contactformulieren.
Nu heb ik een website waar ik deze foutmelding krijg:
Warning: Cannot modify header information - headers already sent by (output started at /customers/9/e/c/grandcafexity.nl/httpd.www/handelmail.php:4) in /customers/9/e/c/grandcafexity.nl/httpd.www/handelmail.php on line 22
Dit zijn regels 21 en verder:
/* Sends the mail and outputs the "Thank you" string if the mail is successfully sent, or the error string otherwise. */
if (mail($adminmail,$subject,$complete_message,$headers)) {
header("Location: index.html#!/page_goed");
}
else{
header("Location: index.html#!/page_fout");
}
Wat moet ik nu doen...please help me
668 views