any ideas this is not working?
i set the nt permissions to allow everything but... to no avail - it continues to fail to create a directory.
<?
if (mkdir("/www/test"))
echo "new directory created! your ok!";
else
echo "directory creation failed and so do you!";
?>
~ok