PHP : How to hide errors

You can try this one:

error_reporting(0);

Tags:

Leave a Reply

You must be logged in to post a comment.