if (is_dir($path.$curtime)) { echo "The directory {$dirname} exists"; } else { mkdir($path . $curtime,0777,TRUE); }