|
I am developing my first e-commerce site (I am an unemployed netword admin. trying to make a living). I have problems with cgi form when I get to the part of "Recommend this site", my cgi code is sort like this:
<FORM Method=POST ACTION=".../..../cgi-bin">
.....
.......
.......
<input type="submit" onclick=" " value="SUBMIT" name="submit_btn">
<input type="reset" onclick=" " value="CLEAR" name="clear_btn">
.....
........
.........
</FORM>
Well, my stupid questions are:
What is the "cgi-bin" and how do I create it?
When I click the "Submit" button, where will all the entered info. go?
Do I need to create any additional form, page or whatever as to report the information?
At last, if I want to send all this info. to my email, what should the code be? <FORM Method=Post Action="???????">
I do appreciate for taking the time just to read this. Thanks.
|