Send data from a web page

Does anyone know why my web page doesn’t send the submit data to my e-mail adress?:huh:

This is my php code:

<?php
mail(“[email protected]”,$name,$surname,$bussines,$role,$adress,$phone,$days,“From: PHPMailer
Reply-To: $from
X-Mailer: PHP/” . phpversion());
?>

And here is my swf file too.

Thank you all!:thumb: