";print_r($_REQUEST); $Orlogo = $_REQUEST['Txt_Logo']; $Name = $_REQUEST['Txt_Name']; $Emailp = $_REQUEST['Txt_Emailp']; $Emails = $_REQUEST['Txt_Emails']; $Phone = $_REQUEST['Txt_Phone']; $Address = $_REQUEST['Txt_Address']; $Country = $_REQUEST['Txt_Country']; $Url = $_REQUEST['Txt_Url']; $Slogan = $_REQUEST['Txt_Slogan']; $Colours = $_REQUEST['Txt_Colours']; $Theme = $_REQUEST['Txt_Theme']; $Eglog = $_REQUEST['Txt_Example']; $Industry = $_REQUEST['Txt_Industry']; $Package = $_REQUEST['Txt_Package']; $Description = $_REQUEST['Txt_Description']; if(isset($_REQUEST['Txt_Card'])) $Card = $_REQUEST['Txt_Card']; if(isset($_REQUEST['Txt_Letter'])) $Letter = $_REQUEST['Txt_Letter']; if(isset($_REQUEST['Txt_Cloth'])) $Cloth = $_REQUEST['Txt_Cloth']; if(isset($_REQUEST['Txt_Labels'])) $Labels = $_REQUEST['Txt_Labels']; if(isset($_REQUEST['Txt_Sign'])) $Sign = $_REQUEST['Txt_Sign']; if(isset($_REQUEST['Txt_Website'])) $Website = $_REQUEST['Txt_Website']; $Orgsize = $_REQUEST['Txt_org_size']; $How = $_REQUEST['Txt_How']; //$to ='actsinfo@actsinfo.biz'; $to ='info@actsinfo.biz'; $to1=$Emailp; //"From: " . $_POST["Txt_Name"] . "<" . $_POST["Txt_Emailp"] .">\r\n"; $subject = "ActsInDraw::Work Order"; //$from = "From: " . $_POST["Txt_Name"] . "<" . $_POST["Txt_Emailp"] .">\r\n"; $message = " A New Business Development. The details are as follows.

"; $message .= "Organisation/LogoName : ".$Orlogo."
"; $message .= "Name of the Person :".$Name."
"; $message .= "Email Address (Primary):".$Emailp."
"; $message .= "Email Address (Secondary) (if any):".$Emails."
"; $message .= "Phone Number : ".$Phone."
"; $message .= "Contact Address:".$Address."
"; $message .= "Country :".$Country."
"; $message .= "Website URL : ".$Url."
"; $message .= "Company Slogan (If you have one) :".$Slogan."
"; $message .= "Desired Colors :".$Colours."
"; $message .= "Logo Theme (eg: classy, fun, corporate etc) :".$Theme."
"; $message .= "EG's of logos that you like (ie; Nike, IBM, Microsoft etc) :".$Eglog."
"; $message .= "Industry your business is in :".$Industry."
"; $message .= "Intrested Package :".$Package."
"; $message .= "Please give me a brief description of your organization, your products, services and corporate culture :".$Description."
"; $message .= "Uses for your Logo : ".$Card.",".$Letter.",".$Cloth.",".$Labels.",".$Sign.",".$Website."
"; $message .= "Size of your organisation :".$Orgsize."
"; $message .= "How did you find the website :".$How."
"; $msg="Thanks for your interest. We will get in touch with you at the earliest"; $headers = "From: " . $Name . "<" . $Emailp .">\r\n"; $headers .= 'MIME-Version: 1.0' . "\r\n"; $headers .= 'Content-type: text/html; charset=us-ascii' . "\r\n"; $headers .= "Return-path: " . $_POST["Txt_Emailp"]; $headers1 = "From: ActsInDraw \r\n"; $headers1 .= 'MIME-Version: 1.0' . "\r\n"; $headers1 .= 'Content-type: text/html; charset=us-ascii' . "\r\n"; # E-MAIL //mail("lekshmi@actsinfo.biz","test","hello",$headers1); $do =mail("info@actsinfo.biz", $subject, $message, $headers); $do1=mail($to1,$subject,$msg,$headers1); //header ("location:thanks.html"); ?>