I've got a form going which is used to update/append a log
of comments for the current day. I therefore build a
filename based on the date and time and then check to see
if it exists every time a browser request is made. If it
doesn't I want to create it on the server.
I have a command line script that does this but when I
integrate it in the form script I figure it's a matter of
permissions that does not allow me to do that.