Re: [PHP] mkdir() permissions

2004-08-19 Thread Richard Whitney
Dear List! Anyone out there using cPanel? Perhaps you could instruct me as to how to rebuild PHP, assuming we have similar file structure, such that cPanel seems to do. Many kind regards! Richard -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] mkdir() permissions

2004-08-18 Thread Percy Cabello
Hi I am new to PHP and I'm trying that my script checks if a directory exists and if not, it should create it. I'm doing it with mkdir() but it returns this error message: Warning: mkdir(0): Permission denied in /xx on line 32 I wonder what kind of permissions should I set. This should be

Re: [PHP] mkdir() permissions

2004-08-18 Thread Matthew Sims
Hi I am new to PHP and I'm trying that my script checks if a directory exists and if not, it should create it. I'm doing it with mkdir() but it returns this error message: Warning: mkdir(0): Permission denied in /xx on line 32 I wonder what kind of permissions should I set. This