PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I'm creating a CMS that manages several sites on a network. When an administrator adds a site to the network through the control panel, I want a directory to be created.
The directory will be named after the variable $prefix.
Any clue how I can do this? I looked through the filesystem directory functions and couldn't find what I was looking for