Posted by Michael Fesser on 01/30/08 15:32
..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
[Back to original message]
|