ilikemath2002 Posted January 28, 2009 Share Posted January 28, 2009 Is it possible to CHMOD in PHP? or possible to check CHMOD? either will work, but doing the CHMOD would be more helpful. Link to comment https://forums.phpfreaks.com/topic/142828-solved-chmod-php/ Share on other sites More sharing options...
MatthewJ Posted January 28, 2009 Share Posted January 28, 2009 This was the first result for the search phrase "php chmod" from Google http://www.php.net/chmod You should bookmark that page Link to comment https://forums.phpfreaks.com/topic/142828-solved-chmod-php/#findComment-748695 Share on other sites More sharing options...
lordshoa Posted January 28, 2009 Share Posted January 28, 2009 It is possible but depends on the server if it is allowed. chmod("/somedir/somefile", 0755); Link to comment https://forums.phpfreaks.com/topic/142828-solved-chmod-php/#findComment-748698 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.