By van Gato
Logging is a common activity that most applications must perform to keep track of activities, just in case you need to analyse past activities to find the cause for any issues.
Read this article to learn from examples on how to implement logging techniques that can be used in PHP storing the logged information in files.
Source: Read MoreÂ