Hello
I get this message :
Warning: mkdir() [function.mkdir]: Permission denied in /home/xx/domains/xx.net/public_html/makedir.php on line 4
and my php code is
1 <?php
2
3 // Create directory(folder) to hold each user's files(pics, MP3s, etc.)
4 mkdir("user/test", 0755);
5
6 ?>
and makedir.php have chmod 755
I also have another place the same file on a different domain and works perfectly.
Thanks for any help
I get this message :
Warning: mkdir() [function.mkdir]: Permission denied in /home/xx/domains/xx.net/public_html/makedir.php on line 4
and my php code is
1 <?php
2
3 // Create directory(folder) to hold each user's files(pics, MP3s, etc.)
4 mkdir("user/test", 0755);
5
6 ?>
and makedir.php have chmod 755
I also have another place the same file on a different domain and works perfectly.
Thanks for any help