Hello
I am a novice. Need to know;
How to add a counter CGI script in an HTML file
How to add formmail script in my form. I have already made a form in Dreamweaver.
make sure your HTML file contains the following form action and any fields you are interested in sit between the opening <form> and closing </form> tags
print MAIL "From: Duncan Carr -> form parser\n";
print MAIL "To: [red]you\@whateverisp.com[/red]\n";
print MAIL "Cc:\n";
print MAIL "Bcc:\n";
print MAIL "Subject: form submission\n";
There are a number of free web counters available, but you're far better off to analyse your own weblogs for a more accurate picture - google will turn up quite a few of these
Formmail script, there's quite a few of these available as well, however, make sure the one you use does not have recipient as a hidden field in the form - this can set your server up as a spam relay
What webserver are you running, and what operating system?
Hello Dunc,
I am a novice. And I need to do an Order Form. I use your code, and change the email address (Red words). Put in cgi-bin folder. But can't work. Error message: 500 Internal Server Error. My environment is "Apache Web Server 1.3.4, Perl 5.005_03. Why.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.