Hey guys, it's my first post here, and I'm hoping it'll be a simple question to answer. It's kind of server config related but it does pertain to PHP.
Basically I'm trying to do an fopen() to create a file, but my hosts web server (running Apache) won't let me. I get the same problem when I try to append to a file as well. So it seems obvious that I don't have write permissions to the directory.
The question therefore is how can I set the permissions for the directory? I've looked all through various PHP forums, articles etc. and they usually say to use a command like "chmod". The problem is that as far as I can see I don't have this command available to me. I've tried going through the ftp command line instead of WS_FTP and I still don't have any commands available to be able to modify permissions on a directory.
So can I use something like a ".htaccess" file instead to change this, or is there another way?
(btw, I'm on the virtual hosting service at Easily.co.uk if that helps you figure out what's going on)
Thanks a lot :-)
Andy