Contact Poker Bunnies
Thank you for your message. We will reply as soon as possible.
To contact Poker Bunnies please fill in the following form:
We have found the following errors:";
if (strlen ($name) < 2) {
$error = true;
$name_error = true;
$error_text.= "
- Please enter your name";
} // if ()
if (!ereg ("^([a-zA-Z0-9_\-\.]+)@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.)|(([a-zA-Z0-9\-]+\.)+))([a-zA-Z]{2,4}|[0-9]{1,3})(\]?)$", $email)) {
$error = true;
$email_error = true;
$error_text.= "
- Invalid Email address";
} // if ()
if ($attention != 1 && $attention != 2 && $attention != 3) {
$error = true;
$error_text.= "
- Please select a subject";
} // if ()
else {
if ($attention == 1) {
$attention_text = "Website Issues";
} // if ()
elseif ($attention == 2) {
$attention_text = "Advertising Enquiry";
} // elseif ()
elseif ($attention == 3) {
$attention_text = "I want to be a Poker Bunny!";
} // elseif ()
else {
$attention_text = "Other Issues";
} // else
} // else
if (strlen ($enquiry) < 2) {
$error = true;
$mesage_error = true;
$error_text.= "
- Please enter a message";
} // if ()
if (strpos ("http") !== false || strpos ("href") !== false || strpos ("url") !== false || strpos ("<") !== false || strpos ("[") !== false) {
$error = true;
$mesage_error = true;
$error_text.= "
- No HTML allowed in your message, please remove ALL possible offending content";
} // if ()
$error_text.= "
Thank you for your message. We will reply as soon as possible.
To contact Poker Bunnies please fill in the following form: