RE: [PHP] How do you make a directory

2002-07-23 Thread Roger Lewis
On Wednesday 24 July 2002 11:12, Roger Lewis wrote: > I'm trying to learn to create a directory in php, and from everything I've > read I created this simple test that I put into the file add_user_dir.php. > Unfortunately I can't get it to work. I am getting the error message: > > Warning: MkDir

Re: [PHP] How do you make a directory

2002-07-23 Thread Tech Support
web directory. die("$dirpath"); // excellent for debugging :-) Jim Grill Support Web-1 Hosting http://www.web-1hosting.net - Original Message - From: "Roger Lewis" <[EMAIL PROTECTED]> To: "Php-General" <[EMAIL PROTECTED]> Sent: Tuesday, July 23, 20

Re: [PHP] How do you make a directory

2002-07-23 Thread Jason Wong
On Wednesday 24 July 2002 11:12, Roger Lewis wrote: > I'm trying to learn to create a directory in php, and from everything I've > read I created this simple test that I put into the file add_user_dir.php. > Unfortunately I can't get it to work. I am getting the error message: > > Warning: MkDir

[PHP] How do you make a directory

2002-07-23 Thread Roger Lewis
I'm trying to learn to create a directory in php, and from everything I've read I created this simple test that I put into the file add_user_dir.php. Unfortunately I can't get it to work. I am getting the error message: Warning: MkDir failed (Permission denied) in /home/sites/home/users/demo/web