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