Yesterday I've looked at all the info about this problem that i could but nothing worked. I'm getting this error:
Warning: mkdir() [function.mkdir]: Permission denied in /home/diligenceh/domains/diligencehelps.com/public_html/php_includes/form_check.php on line 32
On line 32 I got this code:
if(!is_dir(__DIR__ . "/memberFiles/$id"))
{
line 32-> mkdir(__DIR__ . "/memberFiles/$id", 0755);
}
Id outputs a required number.I already got memberFiles folder in my computer and in my website.I'm using Windows 7,Apache.I'm not really good at anything with apache so if it's causing a problem(as I've read many times) please tell me more detailed help with apache.Thanks.