>I'm trying to make a new directory by doing the following:

>mkdir ("newfolder", 0700);

>but i get the error:

>Warning: MkDir failed (Permission denied) in /home/web/test/upload.php on
>line 159

>Permission is obviously denied but I'm not at the box to change it myself,
>is there a specific entry in the ini file that allows permission for this?

No. It's because the user account that the webserver is running under has no
permissions to create a new directory there. You need to chown or chmod to
correct this.

Regards

Jon


Jon Farmer
Systems Programmer
Entanet International Ltd www.enta.net
Tel 01952 428969
Mob 07968 524175






-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to