Re: [PHP] question about mkdir() and ownership permissions

2004-10-13 Thread Jason Wong
On Thursday 14 October 2004 06:02, Jason FB wrote: > Does anyone know how I can create a directory which is owned by my > user account on this server-- or have any other creative suggetions? If you have it, use FTP. -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software S

[PHP] question about mkdir() and ownership permissions

2004-10-13 Thread Jason FB
PHP General List, I am trying to use mkdir() on a shared unix server to create a directory within my home space. I have to have the ability for my user on this server to upload to this folder, however I think that mkdir() creates the directory and makes it owned by the process running Apache --