Create Directory in PHP

if (!is_dir('path/to/directory')) {
    mkdir('path/to/directory');
}

Comments

Popular posts from this blog

How Understanding Cloud Computing Saved a Million Dollars!

Some mistakes to avoid while looking for a job