My code
mkdir(\"/some/absolute/path\",0777);
and
mkdir(\"relative/path\", 0777);
is not working, safe mode is
You must take the attribute in quotes:
mkdir('path/to/your/dir','0777');