mkdir cannot create a directory inside INETPUB
Posted: Thu Mar 02, 2006 7:50 pm
Hi all the Guru
seems like the development of php is lookings good however I had some difficulty
when i use
I m failed to create the directory in that directory
where if i use
That will work. is that because i m accessing the folder itself?
thanks for your great help.
seems like the development of php is lookings good however I had some difficulty
when i use
Code: Select all
mkdir("C:/inetpub/wwwroot/0wlp/$dir_name",0777);where if i use
Code: Select all
mkdir("/$dir_name",0777);thanks for your great help.