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
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
Comment