i need PHP contact form modification..

This is a discussion on "i need PHP contact form modification.." within the PHP Forum section. This forum, and the thread "i need PHP contact form modification.. are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > PHP Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Sep 19th, 2006, 04:45
New Member
Join Date: Aug 2006
Location: Hyderabad,India
Age: 28
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
i need PHP contact form modification..

hi.
anybody help me..

im new in php. i need a contact form.

i put this code in my site.
but it's not working.
i dont hve server. when viewr send his comments tht's coming to my mail. i need tht.


plz check this codes...
and try 2 send immediately...

im waiting 4 ur reply.

this is my mail id

naagoo@gmail.com
Attached Files
File Type: zip contact pages.zip (4.4 KB, 35 views)
Reply With Quote

  #2 (permalink)  
Old Sep 19th, 2006, 08:06
Junior Member
Join Date: Sep 2006
Location: Portugal
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
Re: i need PHP contact form modification..

Wow.
That's some useless dataProcess for this case.

I'm not quite sire why it doesn't work tho.
It's a script r8 ?

Oh well, in need for this to work you need:

PHP and SMTP configured on your server.
If you'r all set, the this is your new dataProcess.php

Quote:
<?
$name = $_POST['name'];
$from = $_POST['from'];
$message = $_POST['message'];
$whatever = "yourmail@here.com";
$sub = "This is Like WOW MAN!";
mail( $whatever, $sub, $message, "From: $from" );

header( "Location: http://thank.you.for.your.email.html" );
?>
If you need HTML.
Give it a search for mime headers.
Reply With Quote
Reply

Tags
php, contact, form, modification

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] PHP contact form redirect to same form Posie PHP Forum 14 Jan 29th, 2008 20:28
help with asp contact form? Ella Classic ASP 4 Jan 2nd, 2008 00:45
what is the best contact form Phixon Web Page Design 10 May 15th, 2007 18:47
Contact us form help! NurseJenny PHP Forum 10 Jun 23rd, 2006 13:27
Need Quote Form and Contact Form Av8er Flash & Multimedia Forum 5 Oct 30th, 2003 17:14


All times are GMT. The time now is 21:01.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43