petersJazz
Programmer
hi,
on the web hotel I have my sites I can not create subdirectories from php.
mkdir('../xxx');
chmod('../xxx', 0777);
works good but
mkdir('../xxx/php');
failes. I dont understand why?
Peter
on the web hotel I have my sites I can not create subdirectories from php.
mkdir('../xxx');
chmod('../xxx', 0777);
works good but
mkdir('../xxx/php');
failes. I dont understand why?
Peter