PHP is running in safemode
I have an Admin Script that creates users, and creates a subdirectory for that user.
if i use the mkdir and umask to make the directory I can have the correct permissions for the folder so my other script can write to it, but PHP safe mode says my other script doesnt have owner ship of it so it will not let me.
if i use the ftp functions to create the subdirectory, i cant set the permissions on the folder with the script?
Is there nay other methods I could try? Or am i basically just screwed?
Thanks in advance.