swetha Posted March 6, 2008 Share Posted March 6, 2008 Hi All, mkdir is not creating directory in remote servers...Actually i have two modules of php installed in my pc....One is from Xampp which contains modules of php,apache... and other module is i directly installed php and apache....from xampp module i am able to create directory in remote servers..where as from other module which i installed separately, i am unable to create directory ...i am unable to find the problem,what may be the difference in both installations .can any one pls help me out... <?php $targetpath = "\\\\100.100.100.1\\Myshare\\test"; echo $targetpath; mkdir($targetpath,755); ?> Can any one can post whether for mkdir what are the permissions given in windows .like nobody/nobody user account in liinux.... Link to comment https://forums.phpfreaks.com/topic/94673-mkdir-problem/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.