Skip Navigation Go To Navigation
0){ if(in_array("injection",$errors)){ print "E-mail injection attempt failed"; }else{ drawForm($errors); } }else{ $to="dell@dellwebsites.com"; $subject=$attn; $message = date("l, F j, Y, g:i a"). "\nAttention: $attn". "\nMessage: $notes". "\nFrom: $visitor ($visitormail)\n". "\nAdditional Info : IP = ".$_SERVER['REMOTE_ADDR']. "\nBrowser Info: ".$_SERVER['HTTP_USER_AGENT']. "\nReferral : ".$_SERVER['HTTP_REFERER']; $from = "From: $visitor <$visitormail>\r\n"; if(mail($to,$subject,$message,$from)) echo "

Thank you

\n

Your message has been sent

\n"; else echo "

Sorry

\n

There was a problem trying to send your message. Please try again later.

\n"; } }else{ drawForm(); } function drawForm($e=array()){ global $visitor, $visitormail,$attn,$notes; ?>

Taste In, Contact Us.

Please fill in the form and we will reply as soon as possible, or alternatively send an e-mail to taste@taste-in.com


Your Name: You must enter your name";?>

Your Email: You must enter a valid e-mail address";?>



Attention:


Mail Message: You must enter your message";?>

entertaining and fun

The service is yours. Our only stipulation is that it should be entertaining and fun.

1){ return false; } list($local, $domain) = explode("@", $addr); $pattern_local = '^([0-9a-z]*([-|_]?[0-9a-z]+)*)(([-|_]?)\.([-|_]?)[0-9a-z]*([-|_]?[0-9a-z]+)+)*([-|_]?)$'; $pattern_domain = '^([0-9a-z]+([-]?[0-9a-z]+)*)(([-]?)\.([-]?)[0-9a-z]*([-]?[0-9a-z]+)+)*\.[a-z]{2,4}$'; $match_local = eregi($pattern_local, $local); $match_domain = eregi($pattern_domain, $domain); if(preg_match('/win/i',$_ENV['OS'])) return ($match_local && $match_domain && gethostbyname($domain)!=$domain); else return ($match_local && $match_domain && checkdnsrr($domain)); } ?>