Комментарии:
its not working on live server
Ответить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!";
}
?>
do i need to make database to get this type of codes you use??? please asap!!
ОтветитьWhy are all the computer video makers unable to just TALK!
ОтветитьHi can u please send to me the sourcecode. pleaaaseeee asap thanks. i alredy scrb to ur chan
Ответить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.
ОтветитьDon't waste your time on this tutorial !!!!!!!!!!!!!!!!!!!!
ОтветитьHow To Add The .php code to html??
Ответитьplzz give source code
ОтветитьYou can find the same code on w3schools except their descriptions have more personality
ОтветитьUseless
Ответить