@include ("databaseconn.php");
$fname = $_REQUEST['fname'];
$lname = $_REQUEST['lname'];
$title = $_REQUEST['title'];
$email = $_REQUEST['email'];
$companyname = $_REQUEST['companyname'];
$address = $_REQUEST['address'];
$zip = $_REQUEST['zip'];
$state = $_REQUEST['state'];
$phone = $_REQUEST['phone'];
$fax = $_REQUEST['fax'];
$business1 = $_REQUEST['business1'];
$business2 = $_REQUEST['business2'];
$business3 = $_REQUEST['business3'];
$business4 = $_REQUEST['business4'];
$business5 = $_REQUEST['business5'];
$prod1 = $_REQUEST['prod1'];
$prod2 = $_REQUEST['prod2'];
$prod3 = $_REQUEST['prod3'];
$prod4 = $_REQUEST['prod4'];
$prod5 = $_REQUEST['prod5'];
$prod6 = $_REQUEST['prod6'];
$productnam = $_REQUEST['productname'];
$productnameothers = $_REQUEST['productnameothers'];
$invoiceno = $_REQUEST['invoiceno'];
$partno = $_REQUEST['partno'];
$purchasedate = $_REQUEST['purchasedate'];
$referenceno = $_REQUEST['referenceno'];
$problem = $_REQUEST['problem'];
$hardware = $_REQUEST['hardware'];
$errormsg = $_REQUEST['errormsg'];
$details = $_REQUEST['details'];
$date = $_REQUEST['date'];
$submit = $_REQUEST['submit'];
$business = "$business1, $business2, $business3, $business4, $business5";
$supportfor = "$prod1, $prod2, $prod3, $prod4, $prod5, $prod6";
//$filldate = now();
if ($productname == "Others") {
$productname = $productnameothers;
}
$SQL = "
INSERT INTO techsupport VALUES(0,
'$fname', '$lname', '$title', '$email', '$companyname',
'$address', '$zip', '$city', '$state',
'$phone', '$fax', '$business', '$supportfor',
'$productname', '$invoiceno', '$partno',
'$purchasedate', '$referenceno', '$problem', '$hardware', '$errormsg',
'$details', now())
";
@mysql_query($SQL);
$to = "tac@cosystems.com";
$from = $email;
$subject = "Tech Support for $productname";
$message="
Techsupport Details
| Name : | $fname $lname |
| Title : | $title |
| E-mail : | $email |
| Company Name : | $companyname |
| Address : | $address |
| Zip : | $zip |
| City : | $city |
| State : | $state |
| Phone : | $phone |
| Fax : | $fax |
| Business Description : | $business |
| Support prodance for : | $supportfor |
| Product Name : | $productname |
| Serial & Invoice Number : | $invoiceno |
| Part Number : | $partno |
| Date of Purchase / Licensing : | $purchasedate |
Support Agreement Reference License No. & expiry date: | $referenceno |
| Problem Reported : | $problem |
| Hardware details : | $hardware |
| detailed description of the Bug/Problem encountered: | $errormsg |
| other relevant details : | $details |
";
if(!@mail($to, $subject, $message,"Content-type: text/html\nFrom :$from")){
dispError("Sorry Cannot send a mail. Please write to priya@fineblankingindia.com");
}
?>
Cosystems -Technical Support page
|
|
|
|
|
|
|
|
Dear Visitor, |
|
We appreciate your interest. This section of our webite is under construction.
Please send us an email to: sales@cosystems.com. We will get back to you as soon
as possible. Thank you for your patience.
CoSystems Website Support Team
|
|
|
|
|
|
|
|
|