Simple Logging in PHP (File based & one-liner)

Simple Logging in PHP (File based & one-liner)

Note: This article will be emailed to your friend.

Often we (php developers) need to log certain messages in order to debug our script. Here I will describe the default syslog method and a much simpler (and better) way to log your messages quickly and painlessly.

PHP manual suggests using syslog for logging.
Problems with syslog
The problem with syslog is that its implementation is system [...]

Read the rest of this article (245 words)

Please fill in the following fields

* - Required

Your Name: *

Your E-Mail: *

Your Remarks:

Friend's Name: *

Friend's E-Mail: *

Protected by Comment Guard Pro