Click to See Complete Forum and Search --> : PHP Write a File


Culperat
January 29th, 2008, 12:52 PM
Currently, I'm trying to create a hitcounter which would write to a specified file for a website. The problem I have isn't a php problem, but rather, it deals with the permisions. PHP is running as user 'nobody', which only has privilege to read files, but not write. What I'm wondering is, is there a way to run a command like writing to a file under a different user and group?