Can I use the fopen command on an absolute path vs. a relative (URL-type) path?
I have a folder that is above the root level that I want to read and write files to, this is why I'm asking.
thank you Sam Fullman Compass Point Media
Try it and see 🙂. Just be sure that the directory in question has the appropriate permissions.
yes, fopen() works with absolute paths, relative paths and URL's