Skip to content

Instantly share code, notes, and snippets.

@Dare-NZ
Created July 6, 2013 00:41
Show Gist options
  • Save Dare-NZ/5938058 to your computer and use it in GitHub Desktop.
Save Dare-NZ/5938058 to your computer and use it in GitHub Desktop.
<?php
if (!file_exists('path/to/directory')) {
mkdir('path/to/directory', 0777, true);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment