User Profile
Collapse
-
Thanks for your reply. However, I do not know what the parent directory of site_root is. I think it might have something to do with permissions though. The company hosting my site has set the everyone group with full control of the folder i am trying to add the directory, however i think they have done this with active directory. By granting permissions this way, would this also grant access it to allow the user that the script runs under to... -
mkdir issue with Windows Server 2003
Hello,
I have run into a problem using the mkdir function on a windows 03 server running IIS v6 with PHP 5.0. I am trying to simply create a folder within my site. Safe Mode is set to "off" and the "everyone" group has full-control of the "data" folder and subfolders. My script is as follows:
<?php
if(mkdir("/site_root/data/test"))
echo "TRUE"; ...
No activity results to display
Show More
Leave a comment: