Revision history of "Error Reporting in PHP"

From Free Knowledge Base- The DUCK Project: information for everyone
Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 20:10, 23 May 2007Admin (Talk | contribs). . (973 bytes) (+973). . (New page: ini_set('error_reporting', E_ALL); ini_set('display_errors', 1); ini_set('display_startup_errors', 1); If error_reporting is off in the php.ini file, the above will ONLY WORK if you do...)