Please provide a name"; } if (empty($email)) { $msg = "Please provide your email"; } if (empty($company)) { $msg = "Please provide your company"; } if (empty($msg)) { //all ok $text = "Name : " . $name . "\n\r"; $text .= "Email : " . $email . "\n\r"; if (!empty($company)) {$text .= "Company : " . $company . "\n";}; if (!empty($address)) {$text .= "Address : " . $address . "\n\r";}; if (!empty($city)) {$text .= "City : " . $city . "\n\r";}; if (!empty($state)) {$text .= "State : " . $state. "\n\r";}; if (!empty($zip)) {$text .= "Zip : " . $zip. "\n\r";}; if (!empty($country)) {$text .= "Country : " . $country. "\n\r";}; if (!empty($telephone)) {$text .= "Tel : " . $telephone . "\n\r";}; $text1 = "Thank you for downloading SQLCache\n\r"; $text1 .= "To install SQLCache simply run the file you downloaded and follow the instructions\n"; $text1 .= "This version of SQLCache is fully functional and will operate for 7 days, after which time it will cease to cache any data\n\r"; $text1 .= "If you have any problems or questions please do not hesitate in contacting SQLCache\n\r"; mail("download@SQLCache.com", "download", $text, "From: web@sqlcache.com\nReply-To: sales@sqlcache.com\nX-Mailer: PHP/" . phpversion()); mail($email, "SQLCache evaluation", $text1, "From: web@sqlcache.com\nReply-To: sales@sqlcache.com"); header ("Location: thanks.htm"); exit; } } ?>
SQLCache

You can contact SQLCache in the following ways:

Please complete and submit the following form to begin the download process.

* indicates a required filed

Name *
Company *
Address
City
State
Post code
Country
Telephone
e-mail *