|
-
Jul 1st, 2001, 02:34 PM
#1
Thread Starter
Frenzied Member
form-> email with perl, php, or cgi
I would like to find a tutorial online about how to make your own script to turn an html form into an email sent to the address in one of the textboxes. I dont want an already made one; i want to make my own. After that, how would I go about compiling it or whatever you do to turn it into a fully working form-> email thing.
retired member. Thanks for everything 
-
Jul 1st, 2001, 03:03 PM
#2
Thread Starter
Frenzied Member
Or...
I could also use one that is already made but does NOT have ads or any thig that says something like "This email script was made by John Doe" or "copywrite 1999." So it looks like I did it by myself
retired member. Thanks for everything 
-
Jul 1st, 2001, 03:21 PM
#3
Thread Starter
Frenzied Member
One last thing...
Now that I think of it, it could be written in any language.
retired member. Thanks for everything 
-
Jul 1st, 2001, 03:21 PM
#4
Monday Morning Lunatic
Look for "formmail" it's a Perl script so you can easily take any copyright notices off, although it's a tad unethical 
If you start with a basic Perl script, you can just loop through all the keys in the hash created by that groovy query string parser, and output them to sendmail (this only works on Unix/Linux servers, but NT isn't really a server anyway )
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|