Html contact form email and how to send mail - php tutorial

Html contact form email and how to send mail - php tutorial

IVU ROMANIA

7 лет назад

33,812 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@jasimpanakkal
@jasimpanakkal - 11.05.2017 08:59

its not working on live server

Ответить
@jasimpanakkal
@jasimpanakkal - 11.05.2017 09:17

Sir
iam using this code but i didnt get any mail..
html code:

<form action="mail_configuration.php" method="POST">
<p>Name</p> <input type="text" name="name">
<p>Email</p> <input type="text" name="email">
<p>Subject</p> <input type="text" name="subject">
<p>Message</p><textarea name="message" rows="6" cols="25"></textarea><br />
<input type="submit" name="submit" value="Send"><input type="reset" value="Clear">
</form>
php code:

<?php
if(isset($_POST[submit]))
{
$name = $_POST['name'];
$email = $_POST['email'];
$subject = $_POST['subject'];
$message = $_POST['message'];
$adminwebsite="**************.com";
$headers="Reply-to:$email";
mail($adminwebsite,$subject,$message,$headers);
echo "Success!";
}
?>

Ответить
@carousellteam7437
@carousellteam7437 - 17.12.2017 20:25

do i need to make database to get this type of codes you use??? please asap!!

Ответить
@SuccuberryVT
@SuccuberryVT - 30.01.2018 10:37

Why are all the computer video makers unable to just TALK!

Ответить
@alejandroaguilar5298
@alejandroaguilar5298 - 18.02.2018 19:10

Hi can u please send to me the sourcecode. pleaaaseeee asap thanks. i alredy scrb to ur chan

Ответить
@bitrix24
@bitrix24 - 26.03.2018 12:53

Hi! Would you mind covering Bitrix24 as well? We are 100% free web form maker that comes with a free CRM as well. So all data entered in the form automatically ends up in the CRM and you can use our free email marketing (up to 5000 emails/mo) to reach those people. We support all form types - contact forms, squeeze pages, quote request, order forms, registration forms, etc. Pardon me for the shameless plug, but it looked like it would be appropriate here.

Ответить
@AS-ho3oq
@AS-ho3oq - 11.04.2018 20:06

Don't waste your time on this tutorial !!!!!!!!!!!!!!!!!!!!

Ответить
@nexpid
@nexpid - 31.08.2018 18:52

How To Add The .php code to html??

Ответить
@pritomchowdhury6178
@pritomchowdhury6178 - 22.04.2019 15:44

plzz give source code

Ответить
@JolanXBL
@JolanXBL - 09.05.2019 09:34

You can find the same code on w3schools except their descriptions have more personality

Ответить
@ashutosha372
@ashutosha372 - 22.04.2020 17:32

Useless

Ответить