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);