I've got a form with something like this in it:
I want to be able to append the "idnum" to the loginids.txt file along with the current date and time.
I've read webmonkey on perl/cgi but I'm just trying to write one form element w/ the date and being a newbie I'm lost!
Can someone point me in the right direction?
Code:
<form action="/cgi-bin/form_handler_file" method=post> <input type="hidden" name="savefile" value="loginids.txt"> <input type="text" name="idnum" size="20"> <input type="text" name="blah" size="20"> <input type="button" name="submit" value="submit" onclick=...>
I've read webmonkey on perl/cgi but I'm just trying to write one form element w/ the date and being a newbie I'm lost!
Can someone point me in the right direction?
Comment