Currently, when php makes a directory it sets the directory owner as a numeric uid. This uid is not the same each time the script executes.
How would I change this so that file system commands will be run as the "www" user?
Thanks,
Andrew
Have you checked out your php.ini?