Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

html- submitting a form is not working

Status
Not open for further replies.

Blobishthing

Programmer
Feb 16, 2002
23
0
0
AU
here is code
<FORM ACTION=&quot;/cgi-bin/script_library/form_handler_file&quot; METHOD=POST>
what is your name?
<input type=&quot;text&quot; name=&quot;name&quot;><BR>
what do you think of the site?
<input type=&quot;text&quot; name&quot;think&quot;><BR>
<INPUT TYPE=&quot;hidden&quot; NAME=&quot;savefile&quot; VALUE=&quot;visitors.txt&quot;>
<input type=&quot;submit&quot; value=&quot;submit&quot;>
</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
 
name=&quot;think&quot;
not name&quot;think&quot; Ranjan
:: I earn because I learn ::
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top