HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
PHP submit to mailto:
Post new topic   Reply to topic    HTML Help Forum Index -> PHP
View previous topic :: View next topic  
Author Message
infrastructure



Joined: 12 Oct 2008
Posts: 4

PostPosted: Mon Oct 13, 2008 11:51 am     PHP submit to mailto: Reply with quote

I have a problem. I wish to have an email sent from this page http://www.wornpantygirls.com/registration.php to the site owner when a registration has completed. I do not wish for anything to change except that the site owner receives an email with all the information from the form included in it.

Someone else created this and I have to make changes. I am just not to familiar with php. Any help here would be appreciated.
PayneLess Designs



Joined: 28 Feb 2007
Posts: 1417
Location: Biloxi, MS

PostPosted: Mon Oct 13, 2008 2:19 pm     Reply with quote

In the "CONFIGURABLE SECTION" of your PHP processing form, try adding this:
Code:
$mailto = 'youremailaddressatexample.com' ;

$email = $_POST['email'] ;

mail($mailto, $subject, $messageproper,
   "From: \"$name\" <$email>" . $headersep . "Reply-To: \"$name\" <$email>" . $headersep . "X-Mailer: chfeedback.php 2.08" );


If not sure about this, see these sites for info:

http://www.tele-pro.co.uk/scripts/contact_form/
http://jotform.com/
http://www.thesitewizard.com/
http://www.thepcmanwebsite.com/form_mail.shtml
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> PHP All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial