mkdir not working
- From: "John" <john1949@xxxxxxxxx>
- Date: Wed, 30 Jan 2008 15:27:08 -0000
Hi
The following does not create a directory neither does it give any error
message. Any ideas?
$umask=umask(0);
$where="/var/www/vhosts/example.com/httpdocs/friday/";
mkdir ($where,0777);
umask($umask);
Regards
John
.
- Follow-Ups:
- Re: mkdir not working
- From: Michael Fesser
- Re: mkdir not working
- Prev by Date: Threaded (subject indented) php forums?
- Next by Date: Re: php file loading performance
- Previous by thread: Threaded (subject indented) php forums?
- Next by thread: Re: mkdir not working
- Index(es):