How to Change a CHMOD in PHP Using an FTP
The most common reason you will need to change the CHMOD of a file or folder in PHP is to write data to a folder (image uploads for example) or a file (such as a flat file database.) This is a very easy process that you can do though most FTP programs. Al...