Click to See Complete Forum and Search --> : scripts


pgardnerjr
01-02-2003, 11:18 AM
I am asking this as a person who has little if any knowledge of CGI scripts. Where is the best place to learn or have a script made (simple) to be able to have forms on pages e-mailed to individuals, and forms made to show ona web page. I know this is very simple for aot of you but for me I am going into an area I have very little knowledge but want to learn.

THANKS :)

Paul

virtualoverride
01-02-2003, 03:46 PM
I have two suggestions for you.
Here is a site with a simple CGI tutorial, covering form processing and sendmail.
http://www.htmltutorials.net/cgi_tutorial/introduction.html

Also, you may try using FormMail. It's one of the most popular, easy to use CGI scripts for emailing HTML form data.
http://www.scriptarchive.com/formmail.html

Hopefully one of those will help!
If not you can post a reply.

pgardnerjr
01-02-2003, 08:21 PM
THANKS this is what I needed :D


Paul

jeffmott
01-02-2003, 08:39 PM
virtualoverride
Here is a site with a simple CGI tutorial, covering form processing and sendmail.
http://www.htmltutorials.net/cgi_tu...troduction.html

The tutorials and examples offered at this site are filled with errors and bugs and definately not a good place to learn. The books listed in the recommended reading also share these attributes.

virtualoverride
Also, you may try using FormMail. It's one of the most popular, easy to use CGI scripts for emailing HTML form data

And the most insecure and buggy. Even Matt no longer recommends his scripts. Security Focus put MSA FormMail attacks third in their list of the Top Attacks for the 1st Quarter of 2002 (http://www.securityfocus.com/corporate/research/top10attacks_q1_2002.shtml).

A _much_ better place to learn Perl (the language used for CGI scripting is the previous posters examples and the most widely used language for building CGI programs) is from the official documentation.
http://www.perldoc.com/perl5.8.0/pod/perl.html

pgardnerjr
01-02-2003, 08:47 PM
I will try this site.

Thanks to both of you for essponding so fast. I am new to the list and greatly appreciate the help


Paul

virtualoverride
01-02-2003, 09:18 PM
heh sorry about the links then :eek:
guess I didn't check into them as much as I should've