User Profile

Collapse

Profile Sidebar

Collapse
cclough
cclough
Last Activity: Feb 8 '08, 02:55 PM
Joined: Feb 5 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • cclough
    replied to mkdir issue with Windows Server 2003
    in PHP
    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...
    See more | Go to post

    Leave a comment:


  • cclough
    started a topic mkdir issue with Windows Server 2003
    in PHP

    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"; ...
    See more | Go to post
No activity results to display
Show More
Working...