Posted by John on 01/30/08 15:27
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
Navigation:
[Reply to this message]
|