";
}
if (!$email) {
$err .= "Please provide your email address
";
}
if ($email) {
if (!eregi("^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,3})$", $email)) {
$err .= $email. " is not a valid email address.
";
}
}
if ($info=="") {
$err .= "Please provide comments
";
}
if (!$secure) {
$err .= "No security code entered
";
}
if (($secure!=$match) && ($secure!="")) {
$err .= "Security code mismatch
";
}
if ($err=="") {
// success - input passed all tests
$success = TRUE;
}
if ($success) {
$headers = "MIME-Version: 1.0\r\n";
$headers .= "Content-type: text/html; charset=iso-8859-1\r\n";
$headers .= "From: " . $email . "\r\n";
$to = $send_to;
$subject = "Wired Studios ** Website Inquiry **";
$message = "
Details:
\n". "Name : $name
\n". "Email : $email
\n". "IP : $ip
\n". "Comments : $info
"; mail($to, $subject, $message, $headers); } ?>' . $err . '
'; } ?>Thank you for your interest in our services.
To contact us via email, use the form below and one of our representatives will contact you shortly.
Please Note: I am aware of the exciting new announcement from Ebay regarding moving from CJ to it's own in-house affiliate program. I have addressed this issue here. I will also be posing on the members only forum (see your original email for the url and special registration code) as more information becomes available.
Please Note: I cannot provide support, customization, help, modifications, customizations or other services related to the Wordpress themes I offer. The number of requests I receive daily is so overwhelming that I would not be able to earn a living if I tried to handle them all. Thank you for understanding.