I im trying to redirect to my homepage after submitting a message on my contact form, the form sends the email but I get this message:
Array ( [name] =&g
this is error
print_r($_POST); header('Location:mydomain');
You are printing something before the header("location: mydomain.com")
header("location: mydomain.com")