![]() |
![]() |
![]()
Post
#1
|
|
Grupa: Zarejestrowani Postów: 2 Pomógł: 0 Dołączył: 27.11.2007 Ostrzeżenie: (0%) ![]() ![]() |
No wiec tak sciagłem siobe z internetu kod formularza wysyłania e-maili ze strony www i mam taki peoblem potrzebował bym zeby wszystkie odpowiedzi po otrzymaniu maila były połączone ze soba w oknie wiadomosci w outloku
ps. z php jestem zielony prosze o pomoc oto kod <?php if (isset($_REQUEST['email'])) //if "email" is filled out, send email { //send email $email = $_REQUEST['email'] ; $subject = $_REQUEST['subject'] ; $message = $_REQUEST['message'] ; mail( "xxxxxxxx@interia.pl", "Subject: $subject" , $message, "From: $email" ); echo "Thank you for using our mail form"; } else //if "email" is not filled out, display the form { echo "<form method='post' > Nazwa Firmy: <input name='email' type='text' /><br /> kontakt: <input name='subject' type='text' /><br /> Message5:<br /> <textarea name='message' rows='15' cols='40'> </textarea><br /> <input type='submit' /> </form>"; } ?> |
|
|
![]() ![]() |
![]() |
Aktualny czas: 19.08.2025 - 23:56 |