<?php$path = getcwd() . "/tmp/data/images";if (!mkdir($path, 0777, true)) { echo "Failed to create directories";}