Introduction to files handling and manipulation in PHP

An important part of PHP is to handle and manipulate a file. It happens quite often when a file needs to be opened by an user, or the code, and it's content has to be manipulat...

Files handling functions in PHP

The main group of files handling functions is that one that includes opening, reading, and writing to files. The files handling funcitons are listed be...

Files uploading functions in PHP

Uploading files on a web server can be tricky as it requires a little configuration in the php.ini file (found on the server configuration path). So it is important to be cautious...