Contact Us
$msg = str_replace("<", "<", $_POST["msg"]);
$msg = str_replace(chr(13).chr(10), "
", $msg);
if (mail("admin@poker-paypal.net", "PayPal - " . $_POST["name"] . " שלח/ה הודעה", $msg, "from:" . $_POST["name"] . "<". $_POST["email"] .">".chr(13).chr(10)."Content-Type: text/html; charset=Windows-1255"))
{
?>Thanks for contacting us, your message was sent successfully.
}else{
?>unfortunately your message wasn't send because of an internal error.
please try again later...
}?>