Blobishthing
Programmer
here is code
<FORM ACTION="/cgi-bin/script_library/form_handler_file" METHOD=POST>
what is your name?
<input type="text" name="name"><BR>
what do you think of the site?
<input type="text" name"think"><BR>
<INPUT TYPE="hidden" NAME="savefile" VALUE="visitors.txt">
<input type="submit" value="submit">
</form>
but all that is shown on visitors.txt is:
Sun Mar 31 19:54:46 2002
Submitting Host: 202.81.122.250
name: jordan
***
it does not show what the think of the site
<FORM ACTION="/cgi-bin/script_library/form_handler_file" METHOD=POST>
what is your name?
<input type="text" name="name"><BR>
what do you think of the site?
<input type="text" name"think"><BR>
<INPUT TYPE="hidden" NAME="savefile" VALUE="visitors.txt">
<input type="submit" value="submit">
</form>
but all that is shown on visitors.txt is:
Sun Mar 31 19:54:46 2002
Submitting Host: 202.81.122.250
name: jordan
***
it does not show what the think of the site