Can someone help me in this Flash with PHP Form:: Please I am in a HURRY

Kindly check the script it looks fine to me but does not work…

<?PHP
$to = “designursite@yahoo.com”;
$subject = “ADMIZ Submit Form”;

$message = "Service: " . $theSelection;
$message .= "
Country: " . $theCountry;
$message .= "
URL: ". $theWeb;
$message .= "
Name of Industry: " . $theIndustryQ;
$message .= "
Optimization: " . $theOpt;
$message .= "
Services: " . $theServices;
$message .= "
Marketing Initiatives: " . $theMar;
$message .= "
Starting Time: " . $theCam;
$message .= "
First Name: " . $theName;
$message .= "
Last Name: " . $theLast;
$message .= "
Company: " . $theCompany;
$message .= "
Industry: " . $theIndustry;
$message .= "
Title: " . $theTitle;
$message .= "
Employees: " . $theEmployees;
$message .= "
Email: " . $theEmail;
$message .= "
Phone Number: " . $theNumber;
$message .= "
Address: " . $theAddress;
$message .= "
City: " . $theCity;
$message .= "
State: " . $theState;
$message .= "
Zip: " . $theZip;
$message .= "
How did you Find Us: " . $theSearch;

$headers = “From: $theEmail”;
$headers .= "
Reply-To: $theEmail";

$sentOk = mail($to,$subject,$message,$headers);
echo “sentOk=” . $sentOk;
**?>
**

And the Flash is attached… with my files…

Please check and Help me with this…

Thanks a lot in advance…