Skip to content

Melvin's Web Stuff

My Online Notepad

  • About
  • Blog
  • 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)

Categories

  • Apache (1)
  • ASP (3)
  • ASP.NET (28)
  • C# (9)
  • Command Prompt (2)
  • CSS (5)
  • FreeTextBox (3)
  • FTP (1)
  • HTML (3)
  • IIS (4)
  • JavaScript (7)
  • JQuery (1)
  • Miscellaneous (3)
  • MySQL (2)
  • Network (3)
  • PHP (8)
  • SQL (24)
  • SQL Server (24)
  • SSRS (1)
  • VB.NET (7)
  • Visual Studio (10)
  • Windows (4)
  • XML (2)

Recent Posts

  • IIS Express – Disabling anonymous authentication
  • Enable CORS IIS Express
  • Kendo UI Editor – A FreeTextBox Replacement
  • Cache JQuery Selectors To Improve Performance
  • String.Format to set a constant in .NET

Archives

  • About
  • Blog
  • Contact
Melvin's Web Stuff Proudly powered by WordPress