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. Quote 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 Quote 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); Quote Link to comment https://forums.phpfreaks.com/topic/142828-solved-chmod-php/#findComment-748698 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.