<?php mkdir($dir = '/tmp/a/b/c', 0777, true); print is_dir($dir) ? 'yes' : 'no';
You have javascript disabled. You will not be able to edit any code.