Re: [PHP-WIN] mkdir with PHP 4.3.4 and IIS 5.0 on Windows 2000

2003-11-18 Thread Cesar Cordovez
VERY OFF TOPIC: Nguyen? Any relation with the Poker Player? =-) Dang Nguyen wrote: I have a peculiar problem in one of my scripts. I cannot mkdir from the script, but from a test script, the same exact code works. [SNIP] Thanks, Dang Nguyen -- PHP Windows Mailing List (http://www.php.net/) To uns

[PHP-WIN] mkdir with PHP 4.3.4 and IIS 5.0 on Windows 2000

2003-11-18 Thread Dang Nguyen
I have a peculiar problem in one of my scripts. I cannot mkdir from the script, but from a test script, the same exact code works. test.php contains: \n"; mkdirs($directory,0755); $dir_object = @dir ($directory) or die ("Could not open a directory stream for $directory"); print_r($dir_object);

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

[PHP-WIN] mkdir

2002-08-02 Thread Alexandr Polupanov
I have noticed that on some servers with safe mode enabled, you are able to create dir but not move a file or create a file in it. When the dir is created it is created with UID Apache and script UID can not write to dir under safe mode. Warning: SAFE MODE Restriction in effect. The script whose

[PHP-WIN] MKDIR on Windows?

2001-09-09 Thread Niels Ulrik Reinwald
Hi, I have: mkdir("test", 0777); which returns: Warning: MkDir failed (Permission denied) in C:\Inetpub\wwwroot\t.php on line 3 Its run from my softorange.com How come? What to do? -- Med venlig hilsen Niels Ulrik Reinwald www.softorange.com [EMAIL PROTECTED] -- PHP Windows Mail