SyntaxFix
Write A Post
Hire A Developer
Questions
You can create it easily:
$structure = './depth1/depth2/depth3/'; if (!mkdir($structure, 0, true)) { die('Failed to create folders...'); }