I used mkdir() to create a directory, then use chmod() to change the mode to
0777 in one script. When I try to create a file using touch() in another
script, I get the SAFE MODE error about the uid's not matching. Is there
anyway around this without using FTP or disabling safe mode?