Does the text file need to be set to 666 permission for this to work and if so is this a security concern;
Does the text file need to be in cgi-bin folder?
How can this be set up for the least security concerns?
How do most sites now handle collecting data from an online form?
Does the text file need to be set to 666 permission for this to work and if so is this a security concern;
Most scripts will need 666 or similar on data files. The security concern is that all other users on the same server can write to the file (modify it) in those cases.
Does the text file need to be in cgi-bin folder?
How can this be set up for the least security concerns?
How do most sites now handle collecting data from an online form?
comma delimited file
text file
database
email
and anything else you can think of. I usually use csv or db in conjunction with an email. It just works for the way I do things. It also depends on how much/what type of data you are dealing with and what you plan on doing with it afterwards.
by the way, if not previously offered
Welcome to WebmasterWorld c55dax
and no prob ShawnR, I have no idea, I have seen faster but not much ;)