How-to articles, tricks, and solutions about WARNING

How to Log Errors and Warnings in a File with PHP

With the help of this snippet, you can learn how to log errors and warnings in a file in PHP. Go ahead and check out the examples.

How to Remove Warning Messages in PHP

In this short tutorial, we are going to represent to you a solution to a common PHP issue: how to remove warning messages easily.

How to Turn Off Notices in PHP

In PHP, notices are known as “soft errors”. However, at times developers want to turn them off. Here, we will show you how to act to turn off PHP notices.