Personal Development for Smart People Forums

Personal Development for Smart PeopleTM Forums


Go Back   Personal Development for Smart People Forums > Personal Development > Technology & Technical Skills
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Technology & Technical Skills Computer skills, hardware, software, internet topics, gadgets, programming


Welcome to the Personal Development for Smart People Forums, the place for lively, intelligent discussion of all personal growth issues -- physical, mental, financial, social, emotional, spiritual, and more.

You're currently viewing as a guest, which gives you limited read-only access. By joining our free community, you'll be able to post your own messages, access many members-only features, see the new messages posted since your last visit, and of course remove this header message. Registration is fast, simple, and free, so please join today.

If you arrived here from a search engine, you may want to explore the main site first, which includes hundreds of deep and insightful articles on a variety of personal development topics.

Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 12-21-2006, 10:49 PM
Junior Member
 
Join Date: Nov 2006
Location: Western PA
Posts: 19
New Every Day is on a distinguished road
Default Form to Email Info

Howdy All,

I've only delved into Web Development a little bit. I generally use Dreamweaver (please no flames on that). I can create a form to gather information, but I'd like to then e-mail that form to a pre-determined address.

What kind of progamming language do I need to learn in order to do this? ASP? PHP?

Thanks!

Godspeed,
Ed
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 12-21-2006, 11:04 PM
Moderator
 
Join Date: Nov 2006
Location: Ashland, MA
Posts: 481
Jill is on a distinguished road
Default

There are a ton of free form scripts available online that should do the trick for you.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 12-22-2006, 01:42 AM
Senior Member
 
Join Date: Nov 2006
Location: Seattle, Washington, USA
Posts: 1,684
Michael Chui is on a distinguished road
Default

As Jill says, nearly every web-based language out there has an in-built function to let you send emails. Here's a PHP example.

form.html

Code:
<form action="email.php" method="post">
<textarea rows="5" cols="40" name="msg">Text goes here</textarea>
<input type="submit">
</form>
email.php

Code:
<?php

mail("someone@example.com", "Email From the Form", $_POST['msg']);

?>Thanks for your email. Have a nice day.
__________________
"I read, I interpret, I think, I criticize, I oppose, I listen, I write, I question, I reply, I quote, I tell, I name, I discuss, I interpolate..., I learn, I teach, I live, therefore I am." -- Marc-Alain Ouaknin, "Mysteries of the Kabbalah", p383.
Favorite Essays I Wrote: love, identity & growth, economics, education, equality, definitions.
Recent Books I liked: Anansi Boys, Fly By Night, Hyperion.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 12-22-2006, 02:42 AM
Senior Member
 
Join Date: Nov 2006
Posts: 1,057
escapee is on a distinguished road
Default

You may also find the anti hack function of tamingthebeast helpful . I use it to stop the hackers from insering malicious code into the form .
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 12-24-2006, 12:40 PM
Junior Member
 
Join Date: Nov 2006
Posts: 23
boris is on a distinguished road
Default

FormMail is pretty good PHP script in a single file to do just that:

Jack's Scripts: Formmail.php
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

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

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Script for Email Ibanez Technology & Technical Skills 1 11-16-2006 07:37 PM
Instead of email and surfing? Cron Personal Effectiveness 15 11-10-2006 06:56 PM
Email Marketing to Promote Online Store Dave Kaminski Business & Financial 2 11-07-2006 03:51 PM


All times are GMT. The time now is 12:48 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2008 by Pavlina LLC