I have a problem when i create a folder using the following php code:
<?php mkdir ("bleh", 0777); ?>
The problem is that the "bleh" folder doesn't have the 777 permission like I wish it did, but it has 755 instead.
Can anyone help?
Please someone help me!! I really need to solve that one... -_-