|
[x]
Posted via EE Mobile
|
||
Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again. |
||
| Question |
|
[x]
Attachment Details
|
||
|
[x]
The Solution Rating System
|
||
With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.
Your Input Matters If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support. Thank you! |
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: 33: 34: 35: 36: 37: 38: 39: 40: 41: 42: 43: 44: 45: 46: 47: 48: 49: 50: 51: 52: 53: 54: 55: 56: 57: 58: 59: 60: 61: 62: 63: 64: 65: 66: 67: 68: 69: 70: 71: 72: 73: 74: 75: 76: 77: 78: 79: 80: 81: 82: 83: 84: 85: 86: 87: 88: 89: 90: 91: 92: 93: 94: 95: 96: 97: 98: 99: 100: 101: 102: 103: 104: 105: 106: 107: 108: 109: 110: 111: 112: 113: 114: 115: 116: 117: 118: 119: 120: 121: 122: 123: 124: 125: 126: 127: 128: 129: 130: 131: 132: 133: 134: 135: 136: 137: 138: 139: 140: 141: 142: 143: 144: 145: 146: 147: 148: 149: 150: 151: 152: 153: 154: 155: 156: 157: 158: 159: 160: 161: 162: 163: 164: 165: 166: 167: 168: 169: 170: 171: 172: 173: 174: 175: 176: 177: 178: 179: 180: 181: 182: 183: 184: 185: 186: 187: 188: 189: 190: 191: 192: 193: 194: 195: 196: 197: 198: 199: 200: 201: 202: 203: 204: 205: 206: 207: 208: 209: 210: 211: 212: 213: 214: 215: 216: 217: 218: 219: 220: 221: 222: 223: 224: 225: 226: 227: 228: 229: 230: 231: 232: 233: 234: 235: 236: 237: 238: 239: 240: 241: 242: 243: 244: 245: 246: 247: 248: 249: 250: 251: 252: 253: 254: 255: 256: 257: 258: 259: 260: 261: 262: 263: 264: 265: 266: 267: 268: 269: 270: 271: 272: 273: 274: 275: 276: 277: 278: 279: 280: 281: 282: 283: 284: 285: 286: 287: 288: 289: 290: 291: 292: 293: 294: 295: 296: 297: 298: 299: 300: 301: 302: 303: 304: 305: 306: 307: 308: |
<?php
$ref99 = $_SERVER['HTTP_REFERER'];
if (isset($_POST["choice"])) {
$choice = Trim(stripslashes($_POST['choice']));
} else {
$choice = "";
}
if (isset($_POST["cyan"])) {
$cyan = Trim(stripslashes($_POST['cyan']));
} else {
$cyan = "";
}
if (isset($_POST["magenta"])) {
$magenta = Trim(stripslashes($_POST['magenta']));
} else {
$magenta = "";
}
if (isset($_POST["yellow"])) {
$yellow = Trim(stripslashes($_POST['yellow']));
} else {
$yellow = "";
}
if (isset($_POST["black"])) {
$black = Trim(stripslashes($_POST['black']));
} else {
$black = "";
}
if (isset($_POST["staples"])) {
$staples = Trim(stripslashes($_POST['staples']));
} else {
$staples = "";
}
if (isset($_POST["wastetonerbottle"])) {
$wastetonerbottle = Trim(stripslashes($_POST['wastetonerbottle']));
} else {
$wastetonerbottle = "";
}
if (isset($_POST["blackreading"])) {
$blackreading = Trim(stripslashes($_POST['blackreading']));
} else {
$blackreading = "";
}
if (isset($_POST["colourreading"])) {
$colourreading = Trim(stripslashes($_POST['colourreading']));
} else {
$colourreading = "";
}
if (isset($_POST["po"])) {
$po = Trim(stripslashes($_POST['po']));
} else {
$po = "";
}
if (isset($_POST["special"])) {
$special = Trim(stripslashes($_POST['special']));
} else {
$special = "";
}
if (isset($_POST["code"])) {
$code = Trim(stripslashes($_POST['code']));
} else {
$code = "";
}
if (isset($_POST["working"])) {
$working = Trim(stripslashes($_POST['working']));
} else {
$working = "";
}
if (isset($_POST["jamsmisfeeds"])) {
$jamsmisfeeds = Trim(stripslashes($_POST['jamsmisfeeds']));
} else {
$jamsmisfeeds = "";
}
if (isset($_POST["doublesiding"])) {
$doublesiding = Trim(stripslashes($_POST['doublesiding']));
} else {
$doublesiding = "";
}
if (isset($_POST["blackmarks"])) {
$blackmarks = Trim(stripslashes($_POST['blackmarks']));
} else {
$blackmarks = "";
}
if (isset($_POST["darkcopies"])) {
$darkcopies = Trim(stripslashes($_POST['darkcopies']));
} else {
$darkcopies = "";
}
if (isset($_POST["feintcopies"])) {
$feintcopies = Trim(stripslashes($_POST['feintcopies']));
} else {
$feintcopies = "";
}
if (isset($_POST["fadedlines"])) {
$fadedlines = Trim(stripslashes($_POST['fadedlines']));
} else {
$fadedlines = "";
}
if (isset($_POST["colourimageproblems"])) {
$colourimageproblems = Trim(stripslashes($_POST['colourimageproblems']));
} else {
$colourimageproblems = "";
}
if (isset($_POST["documentfeeder"])) {
$documentfeeder = Trim(stripslashes($_POST['documentfeeder']));
} else {
$documentfeeder = "";
}
if (isset($_POST["crookedcopies"])) {
$crookedcopies = Trim(stripslashes($_POST['crookedcopies']));
} else {
$crookedcopies = "";
}
if (isset($_POST["noisy"])) {
$noisy = Trim(stripslashes($_POST['noisy']));
} else {
$noisy = "";
}
if (isset($_POST["collationstampling"])) {
$collationstampling = Trim(stripslashes($_POST['collationstampling']));
} else {
$collationstampling = "";
}
if (isset($_POST["bookletfolding"])) {
$bookletfolding = Trim(stripslashes($_POST['bookletfolding']));
} else {
$bookletfolding = "";
}
if (isset($_POST["printing"])) {
$printing = Trim(stripslashes($_POST['printing']));
} else {
$printing = "";
}
if (isset($_POST["printerdriver"])) {
$printerdriver = Trim(stripslashes($_POST['printerdriver']));
} else {
$printerdriver = "";
}
if ($jamsmisfeeds=="on") {$jamsmisfeeds="Yes";}
if ($doublesiding=="on") {$doublesiding="Yes";}
if ($blackmarks=="on") {$blackmarks="Yes";}
if ($darkcopies=="on") {$darkcopies="Yes";}
if ($feintcopies=="on") {$feintcopies="Yes";}
if ($fadedlines=="on") {$fadedlines="Yes";}
if ($colourimageproblems=="on") {$colourimageproblems="Yes";}
if ($documentfeeder=="on") {$documentfeeder="Yes";}
if ($crookedcopies=="on") {$crookedcopies="Yes";}
if ($noisy=="on") {$noisy="Yes";}
if ($collationstampling=="on") {$collationstampling="Yes";}
if ($bookletfolding=="on") {$bookletfolding="Yes";}
if ($printing=="on") {$printing="Yes";}
if ($printerdriver=="on") {$printerdriver="Yes";}
$description = Trim(stripslashes($_POST['description']));
$serial = Trim(stripslashes($_POST['serial']));
$company = Trim(stripslashes($_POST['company']));
$contact = Trim(stripslashes($_POST['contact']));
$email = Trim(stripslashes($_POST['email']));
$tel = Trim(stripslashes($_POST['tel']));
// prepare email body text
$Body = "";
$Body .= "<html>";
$Body .= "<head>";
$Body .= " <title>Topaz</title>";
$Body .= "</head>";
$Body .= "<body>";
$Body .= "<style type='text/css'>";
$Body .= "body {";
$Body .= " font:normal 11px Arial, sans-serif;";
$Body .= " color:#333;";
$Body .= "}";
$Body .= "span.hilite {";
$Body .= " background:#993333;";
$Body .= " padding:0 4px;";
$Body .= " color:white;";
$Body .= " font-weight:bold;";
$Body .= "}";
$Body .= "</style>";
$Body .= "What type of service: <span class='hilite'>";
$Body .= $choice;
$Body .= "</span><br>";
$Body .= "Cyan toner: <span class='hilite'>";
$Body .= $cyan;
$Body .= "</span><br>";
$Body .= "Magenta toner: <span class='hilite'>";
$Body .= $magenta;
$Body .= "</span><br>";
$Body .= "Yellow toner: <span class='hilite'>";
$Body .= $yellow;
$Body .= "</span><br>";
$Body .= "Black toner: <span class='hilite'>";
$Body .= $black;
$Body .= "</span><br>";
$Body .= "Waste toner bottle: <span class='hilite'>";
$Body .= $wastetonerbottle;
$Body .= "</span><br>";
$Body .= "Staples: <span class='hilite'>";
$Body .= $staples;
$Body .= "</span><br>";
$Body .= "Black reading: <span class='hilite'>";
$Body .= $blackreading;
$Body .= "</span><br>";
$Body .= "Colour reading: <span class='hilite'>";
$Body .= $colourreading;
$Body .= "</span><br>";
$Body .= "Purchase number: <span class='hilite'>";
$Body .= $po;
$Body .= "</span><br>";
$Body .= "Next day delivery: <span class='hilite'>";
$Body .= $special;
$Body .= "</span><br>";
$Body .= "Machine code: <span class='hilite'>";
$Body .= $code;
$Body .= "</span><br>";
$Body .= "Is the machine working: <span class='hilite'>";
$Body .= $working;
$Body .= "</span><br>";
$Body .= "Jams / Misfeeds: <span class='hilite'>";
$Body .= $jamsmisfeeds;
$Body .= "</span><br>";
$Body .= "Problems when Double Siding: <span class='hilite'>";
$Body .= $doublesiding;
$Body .= "</span><br>";
$Body .= "Black Marks: <span class='hilite'>";
$Body .= $blackmarks;
$Body .= "</span><br>";
$Body .= "Dark Copies: <span class='hilite'>";
$Body .= $darkcopies;
$Body .= "</span><br>";
$Body .= "Feint Copies: <span class='hilite'>";
$Body .= $feintcopies;
$Body .= "</span><br>";
$Body .= "Faded Lines: <span class='hilite'>";
$Body .= $fadedlines;
$Body .= "</span><br>";
$Body .= "Colour Image Problems: <span class='hilite'>";
$Body .= $colourimageproblems;
$Body .= "</span><br>";
$Body .= "Document Feeder Fault/Problems: <span class='hilite'>";
$Body .= $documentfeeder;
$Body .= "</span><br>";
$Body .= "Crooked Copies: <span class='hilite'>";
$Body .= $crookedcopies;
$Body .= "</span><br>";
$Body .= "Noisy Operation: <span class='hilite'>";
$Body .= $noisy;
$Body .= "</span><br>";
$Body .= "Collation / Stapling Problems: <span class='hilite'>";
$Body .= $collationstampling;
$Body .= "</span><br>";
$Body .= "Booklet Folding Problems: <span class='hilite'>";
$Body .= $bookletfolding;
$Body .= "</span><br>";
$Body .= "Printing Issues: <span class='hilite'>";
$Body .= $printing;
$Body .= "</span><br>";
$Body .= "Printer Driver Issues: <span class='hilite'>";
$Body .= $printerdriver;
$Body .= "</span><br>";
$Body .= "Brief description: <span class='hilite'>";
$Body .= $description;
$Body .= "</span><br>";
$Body .= "Equipment Serial Number: <span class='hilite'>";
$Body .= $serial;
$Body .= "</span><br>";
$Body .= "Company Name: <span class='hilite'>";
$Body .= $company;
$Body .= "</span><br>";
$Body .= "Contact Name: <span class='hilite'>";
$Body .= $contact;
$Body .= "</span><br>";
$Body .= "E-mail: <span class='hilite'>";
$Body .= $email;
$Body .= "</span><br>";
$Body .= "Telephone, incl. extn: <span class='hilite'>";
$Body .= $tel;
$Body .= "</span><br>";
$Body .= "</body>";
$Body .= "</html>";
$EmailTo = "manzooriram@yahoo.co.uk";
$headers = "From: contact@topaz.uk.com\r\n";
$headers .= "Content-type: text/html\r\n";
$subject = "Online Service Request";
$mailbody = wordwrap($Body, 72);
$body=$mailbody;
mail($EmailTo,$subject,$body,$headers);
if ($ref99=="http://www.topaz.uk.com/v2/onlinetest.htm") {
print "<meta http-equiv=\"refresh\" content=\"0;URL=http://www.topaz.uk.com/v2/online_thanks.htm\">";
} else {
print "<meta http-equiv=\"refresh\" content=\"0;URL=http://www.topaz.uk.com/v2/online_thanks.htm\">";
}
?>
|
Advertisement
| Hall of Fame |