#using the code how can i save the data in mysql and send the data.???#

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'])
...