Contact Form?!?

Hi, I have been working on my contact form on my website http://www.langencheidt.com now for a couple of days without any luck… The first idea was to get the swf file to contact a php script,

"<?

$destination="admin@langencheidt.com";
$name=$_POST[‘name’];
$email=$_POST[‘email’];
$mes=$_POST[‘comments’];
$subject=“Message from $name” ;
$mes="Name : $name

Email: $email

Comments: $mes
";
mail($destination,$subject,$mes); ?>

(Form hasnt been edited for the var in the flash.) The problem comes in getting the contact form in flash, to connect with this file… if anyone has a way to make this work, that would be really appreciated, and if anyone has a better idea, please tell us also!

Thank you,
Langencheidt.