Skip to content

Melvin's Web Stuff

My Online Notepad

  • About
  • Blog
    • ASP.NET
    • Visual Studio
    • C#
    • VB.NET
    • PHP
    • SQL
    • JavaScript
    • CSS
    • IIS
    • SQL Server
  • Contact

PHP – Turning Off Error Reporting

Add the following to your PHP code:

error_reporting(5);

This will close all error reportings.

Author MelvinPosted on January 1, 2008November 22, 2016Categories PHP

Post navigation

Previous Previous post: Access Selected GridViewRow in GridView
Next Next post: sp_change_users_login (Transact-SQL)

Recent Posts

  • How to disable anonymous authentication in IIS Express
  • Enable CORS IIS Express
  • Kendo UI Editor – A FreeTextBox Replacement
  • Cache JQuery Selectors To Improve Performance
  • String.Format to set a constant in .NET
  • About
  • Blog
    • ASP.NET
    • Visual Studio
    • C#
    • VB.NET
    • PHP
    • SQL
    • JavaScript
    • CSS
    • IIS
    • SQL Server
  • Contact
Melvin's Web Stuff Proudly powered by WordPress