This looks like for security reasons, but from what I've read it says the user must be logged into the server and the permissions has to be set for writing to a file.
The permissions is a no brainer, but how does php expect me to write files from a mail form or even a messageboard forum on the fly without an authorized user logged in?
I don't see how this could work at all, does fopen require accesssing a database like mysql?
Thanks,
Kyle frustrated
The permissions is a no brainer, but how does php expect me to write files from a mail form or even a messageboard forum on the fly without an authorized user logged in?
I don't see how this could work at all, does fopen require accesssing a database like mysql?
Thanks,
Kyle frustrated