| | |||||||
| Technology & Technical Skills Computer skills, hardware, software, internet topics, gadgets, programming |
| | Thread Tools | Display Modes |
| | #1 (permalink) |
| Junior Member Join Date: Nov 2006 Location: Western PA
Posts: 19
|
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 |
| | |
| | #3 (permalink) |
| Family Member Join Date: Nov 2006 Location: Seattle, Washington, USA
Posts: 3,977
|
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. |
| | |
| | #4 (permalink) |
| Family Member Join Date: Nov 2006
Posts: 1,243
|
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 .
|
| | |
| Bookmarks |
« 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 03:51 AM.




