Click to See Complete Forum and Search --> : ASP w/ a form?


impulse
12-26-2002, 03:24 PM
What is the best way of receiving form information from a website? I don't want to use the action=mailto: way. I heard that asp works great. Should I use asp or cgi? I don't know that much about either one. Where can I find some good tutorials to help me with receiving my form information?

Thanks for your help!:confused:

swon
12-26-2002, 06:37 PM
CGI or ASP, both of them are good, you must try which is better for you.

ASP-Tutorial (http://www.w3schools.com/asp/)

CGI-Tutorial (http://hoohoo.ncsa.uiuc.edu/cgi/)

By the way, my favorite is PHP
PHP-Coding (http://www.php.net)