hie
I'm trying to make a directory but every time server's compiler returns a error!
it prints that it's not a safe mod!
I putted my code bellow
<?php
$Dir=$_POST["name"];
mkdir($Dir,"0755");
?>
it should make a directory, but it doesn't work,please help me
thanks
