Apache and PHP write permission?
- by thedp
Hello,
I have a php script that writes to a file.
But when I try to actually write to the file I get permission denied.
How can I tell what user name I need to add to the file permission in order for the php to write to it?
Thank you.