Code:
<?
//edit these lines
$your_name="";
$your_email="leomarogie@gmail.com";
$your_web_site_name="";
?>
<?php
//If the form is submitted
if(isset($_POST['name'])) {
//Check to make sure that the name field is not empty
if(trim($_POST['name'])