Hi all,
Is this the correct code for creating a new folder on Windows with write permissions??
$mypath='../../'.$title"; mkdir($mypath,0777,TRUE);
Thanks
http://us3.php.net/mkdir
read the top posting, it's regarding Windows