|
|
|
|
![]() ![]() |
Dec 10 2007, 07:07 PM
Post
#1
|
|
|
Newbie [Level 1] ![]() Group: Members Posts: 21 Joined: 9-December 07 Member No.: 54,506 |
does anyone know how to make a form/application that when you submit the form with the submit but it sends it in a email to you email address if anyone on here knows please please let me know
thanks, i want this so i can have members apply for a team on my football site and there information will come back to me and i can accept or reject them for that job This post has been edited by hyett: Dec 10 2007, 11:08 PM |
|
|
|
Dec 10 2007, 07:13 PM
Post
#2
|
|
|
|||[ n00b King ]||| ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: [HOSTED] Posts: 643 Joined: 20-June 07 From: Auckland Member No.: 45,102 |
it can be done in php with the mail function. I'm sure there are many others in other languages like asp, pearl maybe even javascript?
CODE mail ( string $to , string $subject , string $message [, string $additional_headers [, string $additional_parameters ]] )
|
|
|
|
Dec 10 2007, 07:18 PM
Post
#3
|
|
|
Newbie [Level 1] ![]() Group: Members Posts: 21 Joined: 9-December 07 Member No.: 54,506 |
it can be done in php with the mail function. I'm sure there are many others in other languages like asp, pearl maybe even javascript? CODE mail ( string $to , string $subject , string $message [, string $additional_headers [, string $additional_parameters ]] ) im not the bets at html so really i would need a html generator to do all the scripting for what i need lol |
|
|
|
Dec 10 2007, 08:16 PM
Post
#4
|
|
|
|||[ n00b King ]||| ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: [HOSTED] Posts: 643 Joined: 20-June 07 From: Auckland Member No.: 45,102 |
check this out. It will generate the code for you and it also includes email function
http://www.htmlbasix.com/forms.shtml I'm not 100% sure how it work or what it will use to send email but it has it there, try it out. |
|
|
|
Dec 10 2007, 10:59 PM
Post
#5
|
|
|
Define:EVIL PROGRAMMER (ē'vəl prō'grăm'ər)- n. An organism that converts caffeine into evil software. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: [HOSTED] Posts: 975 Joined: 25-September 05 From: The dungeon deep below the foundation of trap17 Member No.: 12,251 |
What sonesay's link does is generate a form that basically opens whatever the user's default mail program is and fills in some of the data for them. If you want to automatically send a message without having the user send the message from his or her own email address you need php.
|
|
|
|
Dec 11 2007, 04:12 AM
Post
#6
|
|
|
A computer once beat me at chess, but it was no match for me at kick boxing. ![]() Group: [MODERATOR] Posts: 3,882 Joined: 24-July 05 From: In Trouble Again... still? Member No.: 9,787 ![]() |
or use the mailto: protocol
Click the link in my siggy to see one version of it. |
|
|
|
Dec 25 2007, 08:55 AM
Post
#7
|
|
|
Trap Double Mocha Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 2,360 Joined: 21-September 07 Member No.: 50,369 |
There is a way do it in HTML with out using slow PHP.
Change the action tag in HTML to your email, or use pearl fuse action. |
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 27th July 2008 - 01:23 AM |