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

**URL:** https://forum.kirupa.com/t/can-someone-help-me-in-this-flash-with-php-form-please-i-am-in-a-hurry/199042
**Category:** flash
**Created:** [August 30, 2006, 6:48pm UTC](https://forum.kirupa.com/t/can-someone-help-me-in-this-flash-with-php-form-please-i-am-in-a-hurry/199042 "2006-08-30T18:48:53Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![designursite](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/designursite/32/2209_2.png) [@designursite](https://forum.kirupa.com/u/designursite)
#### Post date: [August 30, 2006, 6:48pm UTC](https://forum.kirupa.com/t/can-someone-help-me-in-this-flash-with-php-form-please-i-am-in-a-hurry/199042/1 "2006-08-30T18:48:53Z")

</div>

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

**\<?PHP**  
**$to = “[designursite@yahoo.com](mailto: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…
