| | |||||||
| 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. |
| | Thread Tools | Display Modes |
| |||
| 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 |
| |||
| There are a ton of free form scripts available online that should do the trick for you. |
| |||
| 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> 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. |
| |||
| 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 .
__________________ Download free pc games | Play relaxing games |Free car games | Dress up games | Arcade games |
| |||
| |
« Previous Thread
|
Next Thread »
| Thread Tools | |
| Display Modes | |
| |
| | ||||
| 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.


