![]() |
![]() |
![]()
Post
#1
|
|
Grupa: Zarejestrowani Postów: 1 Pomógł: 0 Dołączył: 3.03.2018 Ostrzeżenie: (0%) ![]() ![]() |
mam taki problem otóż kolega mi pomógł wszystko podpiąć pod moją stronę i dał mi kod php lecz coś nie działa może zle coś jest uzupełnione pomoże ktoś
![]() <?php include 'functions.php'; if (!empty($_POST)){ $data['success'] = true; $_POST = multiDimensionalArrayMap('cleanEvilTags', $_POST); $_POST = multiDimensionalArrayMap('cleanData', $_POST); //your email adress $emailTo ="konradlasak@wp.pl"; //"konradlasak@wp.pl"; //from email adress $emailFrom ="konradlasak@wp.pl"; //"konradlasak@wp.pl"; //email subject $emailSubject = "PolishWariors"; $name = $_POST["name"]; $email = $_POST["email"]; $comment = $_POST["comment"]; if($name == "") $data['success'] = false; if (!preg_match("/^[_\.0-9a-zA-Z-]+@([0-9a-zA-Z][0-9a-zA-Z-]+\.)+[a-zA-Z]{2,6}$/i", $email)) $data['success'] = false; if($comment == "") $data['success'] = false; if($data['success'] == true){ $message = "NAME: $name<br> EMAIL: $email<br> COMMENT: $comment"; $headers = "MIME-Version: 1.0" . "\r\n"; $headers .= "Content-type:text/html; charset=utf-8" . "\r\n"; $headers .= "From: <$emailFrom>" . "\r\n"; mail($emailTo, $emailSubject, $message, $headers); $data['success'] = true; echo json_encode($data); } } |
|
|
![]() ![]() |
![]() |
Wersja Lo-Fi | Aktualny czas: 14.08.2025 - 14:23 |