I'm going crazy over one problem, have been trying to fix it for very long and yet, no product.
I'm using Windows 7,PHP,Apache(Can't really do anything with apache, haven't needed yet)
I'm trying to simply make a folder and as said in the name of this thread I'm getting permission problems. The code:
mkdir("\memberFiles\$id");
What I've tried:
- Giving all permissions to memberFiles and his parent
- Setting full path to memberFiles which was C:\Apache24\htdocs\php_includes\memberFiles\$id
- Look for information about this problem on google/stackoverflow but 80% of people are using linux/ubuntu/etc...
Fixing this problem would be the best thing in this week