I'm new at CGI and after researching what I can, I am incredibly confused. All I want is a simple form on my webpage, but I'm still confused as to what I need for this. Can someone let me know the list of things I need, for instance, 1)a form on my webpage, 2)a script that goes into my cgi-bin..... etc, etc. I know that the form on the webpage will have something like
<form action="cgi-bin/'name of script?'.cgi" method="POST"
name="'name of script?'">
Not sure what 'name of script' is supposed to be and if its the same thing as the .cgi thing. Basically, I'm just confused on what parts I need to have to make this work. I saw something about /usr/lib/sendmail and that confused me even more. Any help would be greatly appreciated!
<form action="cgi-bin/'name of script?'.cgi" method="POST"
name="'name of script?'">
Not sure what 'name of script' is supposed to be and if its the same thing as the .cgi thing. Basically, I'm just confused on what parts I need to have to make this work. I saw something about /usr/lib/sendmail and that confused me even more. Any help would be greatly appreciated!