Return to Snippet

Revision: 23506
at February 8, 2010 19:17 by browncardigan


Initial Code
if (!is_dir(UPLOAD_DIR . $dir)) {
	@mkdir(UPLOAD_DIR . $dir);
	@chmod(UPLOAD_DIR . $dir, 0777);
}

Initial URL
http://bettesmidler.com/code/2009-08-20.htm

Initial Description


Initial Title
if you don't exist, we are going to make you. then we are going to open you up.

Initial Tags


Initial Language
PHP