×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: PHP
Posted by: Dylan Lopez
Added: Nov 22, 2017 6:09 AM
Views: 2585
Tags: no tags
  1. $folder_path = 'folder1/folder2/folder3';
  2. if (!file_exists($folder_path)) mkdir ($folder_path, 0777, true);