Our office is building a project managment site and want to be able to create a new folder on the server for new projects. Is there a way to do this with PHP? Something else?
mkdir('nameOfTheFolder',0777);