in reply to Re: Subscription form script
in thread Subscription form script

As for securing the files, why not just write 'newsletter.txt' outside the root of the webserver.

Because on this server I don't have access anywhere else. I have a feeling that any other solution will be sub-optimal so I'll probably just switch hosting plans unless anyone has a bright idea.

Thanks for the CGI::Validate link, I'll check it out :)

Replies are listed 'Best First'.
Re: Re: Re: Subscription form script
by tcf22 (Priest) on Aug 06, 2003 at 14:10 UTC
    I know on my apache server, any files that start with .ht (/^\.ht/) are filtered and never served out. If this is the case on your server perhaps .htnewsletter would work. Just a thought.