with CHMOD permissions are not getting change!!!
Posted: Wed Aug 13, 2008 2:07 am
Hi,
I am facing a problem that i created a file using PHP fopen("abc", "w") followed by chmod("abc", 744); in a webserver while submitting a form data. In next page am trying to read this file and am getting a file open error. As it is telling permission denied. I checked the file permission is is something different from 744. Could you people please help me to solve this issue.
regards
AruturA team
I am facing a problem that i created a file using PHP fopen("abc", "w") followed by chmod("abc", 744); in a webserver while submitting a form data. In next page am trying to read this file and am getting a file open error. As it is telling permission denied. I checked the file permission is is something different from 744. Could you people please help me to solve this issue.
regards
AruturA team