Hi.
I'm trying to make a directory through PHP. I tried using the mkdirs function that was posted in PHP website and also tried directly testing the mkdir function.
This is the test without the function
$mk=mkdir("/home/echo $mk;
With or without the mkdirs function The directory is created, but I can't browse it. It will keep on giving me 550 error.
I can't change the chmod either. But I can change other dir's chmods.
I have tried port 700 and it's the same result. Any idea?
I have also asked the administrator but I'm guessing it's my code..
Regards,
Namida
I'm trying to make a directory through PHP. I tried using the mkdirs function that was posted in PHP website and also tried directly testing the mkdir function.
This is the test without the function
$mk=mkdir("/home/echo $mk;
With or without the mkdirs function The directory is created, but I can't browse it. It will keep on giving me 550 error.
I can't change the chmod either. But I can change other dir's chmods.
I have tried port 700 and it's the same result. Any idea?
I have also asked the administrator but I'm guessing it's my code..
Regards,
Namida