mkdir(): Permission denied Permissions is set – Apache
I know there is a lot of answers for this already but it just doesn't work. I am trying to make my php script to create a folder on my ubuntu apache server. if (!@mkdir($url, 0700, true)) { $error =…