How can I write a php script that will create a folder in a location in a server (example \\server1\shared) and several folders within that folder. Ultimately I just want to create a script that will create a folder on \\server1\shared. Let's say I want to name that created folder "folder1" and inside that folder will have 10 other folders named "one, two, three, four... ten"
I dont really know anything about scripting but this is probably a simple script to do for a scripter and it will also help me learn. :) Thanks!
Start Free Trial