View Single Post
  #3 (permalink)  
Old 05-08-2008, 11:35
aliyassa aliyassa is offline
Banned
 
Join Date: Aug 2008
Posts: 7
Default

The error_reporting() function sets the error_reporting directive at runtime. PHP has many levels of errors, using this function sets that level for the duration (runtime) of your script.

Last edited by Ben; 06-08-2008 at 07:37. Reason: spam links
Reply With Quote