include("functions.php");
include ("includes/cookies.php");
$err=array();
extract($_POST);
if ($save) {
if (!$_POST['name']) $err[]="Enter name";
if (!$_POST['text']) $err[]="Enter text for the email";
if ($_POST['email']) if (!checkEmail($email)) $err[]="Wrong email format";
if (!$err) {
sendMail($email,MailAddressContantUs(),MailSubjectContantUs(),MailBodyContantUs($_POST['name'],$_POST['email'],$_POST['type'],$_POST['text']));
@header("Location: thankyou-email.html");
exit();
}
}
$m_disable = 'home';
if(isset($_GET["moreniche"]))
{
$moreniche = $_GET["moreniche"];
setcookie("afftrack",$moreniche,time()+60*60*24*1000,"",".wassonline.com",1);
$_SESSION["afftrack"] = $_GET["moreniche"];
}
$menu ="help-and-support";
?>
Live Online Poker Help – WassPoker
Contact Us
Please fill out the form below with your question and we wil respond to you as quiclkly as possible - We aim to respond to all enquiries within 24 hours.