Re: mkdir not working
- From: Michael Fesser <netizen@xxxxxx>
- Date: Wed, 30 Jan 2008 16:32:30 +0100
..oO(John)
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);
error_reporting set to E_ALL|E_STRICT? display_errors ON?
Micha
.
- Follow-Ups:
- Re: mkdir not working
- From: John
- Re: mkdir not working
- References:
- mkdir not working
- From: John
- mkdir not working
- Prev by Date: Re: php file loading performance
- Next by Date: tutorial de PHP
- Previous by thread: mkdir not working
- Next by thread: Re: mkdir not working
- Index(es):