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.= "

"; if (!$error) { $the_time = date ("g:i:s a, j/n/Y"); $to = "Poker Bunnies "; $from = "FROM: ".$name." <".$email.">"; $subject = "Poker Bunnies Feedback Form Response"; $message = "You have received a response from the PokerBunnies.com.au feedback form\n\n"; $message.= "From:\n"; $message.= " Name: ".$name."\n"; $message.= " Email: ".$email."\n\n"; $message.= "Subject: ".$attention_text."\n\n"; $message.= "Message:\n\n************************************************************\n\n"; $message.= $enquiry."\n\n"; $message.= "************************************************************\n"; mail ($to, $subject, $message, $from); $action = "sent"; } // if () } // if () //********************************************************************************\\ ?> <?php echo $page_title; ?>

Hor Girls and Hot PokerPoker Bunnies OnlineOnline Poker Rooms
\n"); } // for () ?>

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:

Your Name*:

"); } // if () else { print ("

Your Name*:

"); } // else ?>
Your Email Address*:

"); } // if () else { print ("

Your Email Address*:

"); } // else ?>

Your Phone Number:

Subject:
Your Message*:

"); } // if () else { print ("

Your Message*:

"); } // else ?>