mkdir problem
Hi
I've a problem that, i h've to create a folder, and place 2 php file in it. When i'm try for this
error coming...
Warning: fopen(/home/deal/public_html/school/mathew/config.php)
[function.fopen]: failed to open stream: Permission denied
in /home/deal/public_html/school/Classes/__clsBlogApproval.Manager.php on line 277
can't open file
That was folder not creating in linux server
i use
@mkdir(constant("_SB_DOCUMENT_ROOT").$row["nane"], 777, TRUE);
for creating folder. This is success in local host
But not in linux server, anybody help me
__________________
Regards
Aneesh
|