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]
- [PHP] HTTP_REFERER is missing in SSL Ezra Nugroho
- Re: [PHP] HTTP_REFERER is missing in SSL Rasmus Lerdorf
- Re: [PHP] HTTP_REFERER is missing in SSL Ezra Nugroho
- Re: [PHP] mkdir Jerry Lake
- Re: [PHP] mkdir Michael Hall
- Re: [PHP] mkdir mike cullerton
- RE: [PHP] mkdir Jerry Lake

