Results 11 to 13 of 13
-
21st Jun 2012, 02:48 PM #11OPMemberWebsite's:
GoogleStore.org<?php
if(isset($_POST['contact'])) {
$sendmail = 'receivinginbox@mail.com'; //should be my mail id...right?
$clientmail = $_POST['email'];
$name = $_POST['name'];
$message = $_POST['message'];
// if ($clientmail == '') {
// header('Location: contact.php?error=incomplete');
// exit();
// }
// if ($message == '') {
// header('Location: contact.php?error=incomplete');
// exit();
// }
// if ($name == '') {
// header('Location: contact.php?error=incomplete');
// exit();
// }
//Send Mail
$subject = "New message From ".$name;
$sendmessage = "You have received a message from ".$name." at the contact address ".$clientmail."
They said: //whats that?
------------------------------------
".$message."
------------------------------------
This message was sent from MyWebsite.com
";
mail($sendmail, $subject, $sendmessage);
header('Location: contact.php?mail=sent');
exit();
}
?>
-
21st Jun 2012, 02:53 PM #12MemberWebsite's:
ImageUpload.ca DownloadTorrent.ca CapitalBank.ca Back-links.caYes, the first part is the inbox which will receive all of the mails.
It is not uncommon to have problems sending from one server to another servers mailbox - so expect that eventually too.
The second bold "They Said" is contained within a variable that will be displayed in the message you receive.
This contact form will send you a message like this:
You have received a message from (name input) regarding (subject input)
They said:
------------------------------------
(message input)
------------------------------------
This message was delivered from MyWebsite.com
-
21st Jun 2012, 02:55 PM #13OPMemberWebsite's:
GoogleStore.orgLet me implement and check...
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Beware from Rapidleech script form warez sites and word press themes
By hihotfile in forum Tutorials and GuidesReplies: 3Last Post: 30th Mar 2012, 04:22 PM -
Newsletter Box - Free PSD
By Kr?niiK in forum Graphics AreaReplies: 0Last Post: 7th Feb 2012, 08:02 PM -
form calculation script ?
By MoWarez in forum Webmaster DiscussionReplies: 3Last Post: 14th Dec 2011, 01:47 PM -
Email Newsletter Header
By sarah1709 in forum Graphics AreaReplies: 1Last Post: 18th Nov 2011, 04:16 PM
themaLeecher - leech and manage...
Version 5.05 released. Open older version (or...