Permission denied while using mkdir on a windows server.
Posted
by Jowkar
on Stack Overflow
See other posts from Stack Overflow
or by Jowkar
Published on 2010-05-27T15:48:39Z
Indexed on
2010/05/27
15:51 UTC
Read the original article
Hit count: 239
Hi, the problem is, im using a leased windows server, and im trying to create a directory using php function mkdir, whichever path i try gives the same result.
im using absolute something like this.
mkdir('D:\Hosting\3105674\html\lepsiprisma\hola',0777);
© Stack Overflow or respective owner