This type of problem usually turns out to be a permissions issue.
Can Apache/nobody write to the parent directory?

Mick

On Sat, 28 Jul 2001, Jerry Lake wrote:
> when using mkdir
> I cant seem to make subdirectories
> <?
> $oldumask = umask(0); 
> mkdir('test/test', 0777);
> umask($oldumask);
> ?>
> 
> is there any way to do this ?
> 
> Jerry Lake 
> Interface Engineering Technician
> Europa Communications - http://www.europa.com
> Pacifier Online           - http://www.pacifier.com
> 
> 
> 
> -- 
> PHP General 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]
-- 
Michael Hall
mulga.com.au
[EMAIL PROTECTED]
ph/fax (+61 8) 8953 1442
ABN 94 885 174 814

-- 
PHP General 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