RE: [PHP-WIN] mkdir problem

2002-09-05 Thread Shawn Sellars
-- From: Jochem [mailto:[EMAIL PROTECTED]] Subject: [PHP-WIN] mkdir problem When I make a directory from within a php-file I don't have the right to delete it or files in it with a ftp-progam. I use the command below: mkdir($dir, 0777); I first tried 0755 and later 0777, but neither of the

[PHP-WIN] mkdir problem

2002-09-05 Thread Jochem
When I make a directory from within a php-file I don't have the right to delete it or files in it with a ftp-progam. I use the command below: mkdir($dir, 0777); I first tried 0755 and later 0777, but neither of them worked. Does anyone know how to solve this problem? Jochem The Netherlands