email - PHP mail error ... failed to open stream : permission denied -


I am trying to send an email using PHP mail. I get the following error:

WARNING: Unknown: Failed to open the stream: Permission denied in unknown in line 0

Fatal error: unknown: required to open the required '/ Home

Php $ name = $ _REQUEST ['name']; $ Email = $ _REQUEST ['email']; $ Theme = $ _REQUEST ['subject']; $ Message = $ _REQUEST ['message']; Mail ("myemail@myhost.com", "topic title", $ message, "sender: $ email"); Header ("Location: http://www.google.com"); ? & Gt;

This message is not a mail error PHP file can not open ask_us.php if ask_us If the .php is your file, then check its permissions (and parent folders).


Comments

Popular posts from this blog

c# - ListView onScroll event -

c - Linux mmap() error -