browncardigan on 02/08/10
Last Edited at 02/08/10 07:17pm
if (!is_dir(UPLOAD_DIR . $dir)) { @mkdir(UPLOAD_DIR . $dir); @chmod(UPLOAD_DIR . $dir, 0777);}
URL: http://bettesmidler.com/code/2009-08-20.htm
Report this snippet Tweet
Comment:
You need to login to post a comment.