Flash contact form

Hi everyone, i created a flash contact form using sen’s tutorial. I tried out the php script and it works fine, sends me an email perfectly. My problem is i’m having trouble integrating the php script with flash. I followed the tutorial and i think i’m doing everything right, ill upload the fla for you guys to take a look at.

mai.php code:

<?php
	mail("me@me.com", "Email from website", $_POST["message"], "From: " . $_POST["name"] .
	"Reply-To:" . $_POST["email"]);
	print "message sent";
 ?>

the fla is attached

Thanks guys :slight_smile:

EDIT: nevermind, the problem is fixed!