![]() |
![]() ![]() |
![]() |
![]()
Post
#1
|
|
Grupa: Zarejestrowani Postów: 13 Pomógł: 0 Dołączył: 7.07.2017 Ostrzeżenie: (0%) ![]() ![]() |
Witam,
Po napisaniu wiadomości typu: Cytat Tekst Tekst Tekst Otrzymuję ją w skrzynce w takiej postaci: Cytat Tekst Tekst Tekst Zamiast nowej linii robią mi się spacje. Mógłby mi ktoś przerobić ten kod żeby wysłane wiadomości przychodziły takie jakie zostały wysłane w formularzu? Dziękuję Kod <?php
/* Credits: Bit Repository URL: http://www.bitrepository.com/ */ include dirname(dirname(__FILE__)).'/config.php'; error_reporting (E_ALL ^ E_NOTICE); $post = (!empty($_POST)) ? true : false; if($post) { include 'functions.php'; $name = stripslashes($_POST['name']); $email = trim($_POST['email']); $subject = stripslashes($_POST['subject']); $message = stripslashes($_POST['message']); $error = ''; // Check name if(!$name) { $error .= 'Please enter your name.<br />'; } // Check email if(!$email) { $error .= 'Please enter an e-mail address.<br />'; } if($email && !ValidateEmail($email)) { $error .= 'Please enter a valid e-mail address.<br />'; } // Check message (length) if(!$message || strlen($message) < 15) { $error .= "Please enter your message. It should have at least 15 characters.<br />"; } if(!$error) { $mail = mail(WEBMASTER_EMAIL, $subject, $message, "From: ".$name." <".$email.">\r\n" ."Reply-To: ".$email."\r\n" ."X-Mailer: PHP/" . phpversion()); if($mail) { echo 'OK'; } } else { echo '<div class="notification_error">'.$error.'</div>'; } } ?> Ten post edytował Sofokles 7.07.2017, 13:29:52 |
|
|
![]()
Post
#2
|
|
![]() Grupa: Zarejestrowani Postów: 8 068 Pomógł: 1414 Dołączył: 26.10.2005 Ostrzeżenie: (0%) ![]() ![]() |
|
|
|
![]()
Post
#3
|
|
Grupa: Zarejestrowani Postów: 13 Pomógł: 0 Dołączył: 7.07.2017 Ostrzeżenie: (0%) ![]() ![]() |
Co i gdzie mam wstawić?
|
|
|
![]()
Post
#4
|
|
![]() Grupa: Zarejestrowani Postów: 279 Pomógł: 42 Dołączył: 10.10.2011 Ostrzeżenie: (0%) ![]() ![]() |
|
|
|
![]()
Post
#5
|
|
Grupa: Zarejestrowani Postów: 13 Pomógł: 0 Dołączył: 7.07.2017 Ostrzeżenie: (0%) ![]() ![]() |
Przepraszam, następnym razem będę pamiętał.
Dziękuję serdecznie za pomoc! Wszystko działa ![]() |
|
|
![]() ![]() |
![]() |
Wersja Lo-Fi | Aktualny czas: 6.07.2025 - 11:54 |