Tag Archives: chmod

PHP Tutorial : Chmod file permissions

Did you encountered a script installation or something like that which bothers you with changing file permissions? You can do that via a FTP client or just with chmod (change file mode) function in php programming language like this: <?php … Continue reading

Posted in Basic PHP | Tagged , , , , , | Leave a comment