Why is my form automatically sent once every time I refresh it or go to the website?

Source: Internet
Author: User
Why is my form automatically sent once every time I refresh or enter the website? & lt; form & nbsp; nameinfo & nbsp; & methodpost & nbsp; action & nbsp; onSubmitreturn & nbsp; formcheck () & gt; & nbsp; & lt; label & nb

$ Name = isset ($ _ POST ['uname'])? $ _ POST ['uname']: "";
$ Phone = isset ($ _ POST ['phone'])? $ _ POST ['phone']: "";
$ Company = isset ($ _ POST ['Company'])? $ _ POST ['Company']: "";
$ Message = isset ($ _ POST ['message'])? $ _ POST ['message']: "";
$ Msg = "name:". $ name ."
"." Phone: ". $ phone ."
"." Company: ". $ company ."
"." Message: ". $ message;
$ To = "long.cheng@freshds.com ";
$ Subject = "Soriana Contact ";
$ From = $ name;
$ Headers = "From: {$ name }";
If (mail ($ to, $ subject, $ msg, $ headers )){
Echo "script" alert ('Thanks for your support ') script ";
} Else {
Echo "script" alert ('failed') script ";
Return false;
}

?>

Share to:... 'data-pics = ''>


------ Solution --------------------
Reference:
The form is sent directly.


In this case, you did not determine whether to write a task. of course, it was sent directly.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.