Basically, I have a php script that generates a web page, and I would like to send its output to a file (say, index.html).<BR><BR>The problem is that php only runs as user nobody, and I can't have ...
I blogged previously on using PHP on the command line, but I did not cover using PHP to access the file system in that post in the interest of blog post size. I use this post to cover some of the ...