who to change the Permission of a created folder to be read and write,
coz i notice that when i upload a script that create a folder in side an aready existing one, the created one have no permission at all even if i use
mkdir("what",777);
so is there any why to change the permission to be read and write