Dear all, when i submit a form <html> to a php file i recieve the following message : ( i use the mail() function in the php file) The page cannot be displayed The page you are looking for cannot be displayed because an invalid method (HTTP verb) was used to attempt access. this is my form: <form name="form" id="form1" method="post" action=" http://mywebsite.com/form1.php" style="border-style: double; padding-left: 15; padding-right: 15"> please help me.