Make contact form and send email in PHP

posted on July 3, 2006, 12:04 am
Comments
hari posted on October 10, 2007, 8:12 am
When i add company mail id its not working but its working when i give gmail or yahoo id can you please give the solution

Peeyush posted on October 9, 2007, 11:07 am
The mail not goes to my company mail, i think it is problem in domain, can u let me know how i add script for domain so that the mail goes to my company domail mail.

Thanks

Sandra posted on September 22, 2007, 9:40 pm
How can I save the information to a .txt file? Thank you.

ghanshyam maurya posted on September 12, 2007, 11:49 am
my comments is the given below .
how we can code of the image.

Kshitij posted on August 19, 2007, 8:26 am
how to add pictures......................

mj posted on August 17, 2007, 5:40 pm
Hi, does any of this code go into the head section?

When I open the page, the code up to the form tag is displayed on my test.php????

-------------------------
Veselin: no, nothing goes into the head section. You have to put the code into a php page

greenfeld posted on August 15, 2007, 7:37 pm
in the second parts which line has to be filled
only to ToEmail = 'youremail@site.com'; or more line
after that i have to create a file index. php where i will upload the second part to the cgi. bin its not very clear.
what is third part where this has to be upload
thank

DADO posted on August 8, 2007, 4:05 pm
i make a file test.php and paste the first set of codes there
then where do i put the next two set of codes?
-----------------
Veselin: you need to paste the code from the last box in your web page

Day posted on August 1, 2007, 2:16 am
The PHP code that send the email also tells how the email will be displayed, right? Is there a way to modify this using say...tables or something so that we can define exactly how we want the email that the forms sends to look?
---------------------
Veselin: yes you can modify this code
$MESSAGE_BODY = "Name: ".$_POST["name"]."<br>";
$MESSAGE_BODY .= "Email: ".$_POST["email"]."<br>";
$MESSAGE_BODY .= "Comment: ".nl2br($_POST["comment"])."<br>";
and add tables to modify the way email looks

Maverick posted on July 26, 2007, 5:55 pm
Hi all,
how much is the fee to join the formmail with the captcha test?

Pages:   1   2   3   4   5   6   7   8   9   
   
If you have any additions, suggestions or modifications for this example please contact us or use the form below.
   
Your name:
Your email: (email address will not be posted on the web site)
Comment:
Verification