Posted by Cris on 06/01/07 04:20
OK, I do this call on a linux system:
if(!file_exists("../pages/".$_POST['ParentName']."/"))
{
$dirname = "/home/u2/sss/sss/html/pages/".$_POST['ParentName']."";
mkdir($dirname, $mode);
}
and get this:
Warning: mkdir() [function.mkdir]: File exists in /home/u2/mypage.php
on line 19
When it clearly doesn't exist! I looked!
HELP!
[Back to original message]
|