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]

Reply via email to