with CHMOD permissions are not getting change!!!

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
arutura
Forum Newbie
Posts: 2
Joined: Wed Aug 13, 2008 2:01 am

with CHMOD permissions are not getting change!!!

Post by arutura »

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
filippo.toso
Forum Commoner
Posts: 30
Joined: Thu Aug 07, 2008 7:18 am
Location: Italy
Contact:

Re: with CHMOD permissions are not getting change!!!

Post by filippo.toso »

Which operating system runs the server with the web server?
Post Reply