Re: [PHP] Re: Checking to see what value error_reporting is set at?

2002-03-10 Thread David Robley
Robley" <[EMAIL PROTECTED]> > To: <> > Sent: Saturday, March 09, 2002 6:52 PM > Subject: [PHP] Re: Checking to see what value error_reporting is set at? > > > > In article <00b801c1c714$b4854230$0501a8c0@zaireweb>, > > [EMAIL PROTECTED] says... > &g

Re: [PHP] Re: Checking to see what value error_reporting is set at?

2002-03-09 Thread eric.coleman
I ment, if you re-set it, as im setting it to error_reporting(E_ALL); depending on a value i get from a db query... -Eric - Original Message - From: "David Robley" <[EMAIL PROTECTED]> To: <> Sent: Saturday, March 09, 2002 6:52 PM Subject: [PHP] Re: Chec

[PHP] Re: Checking to see what value error_reporting is set at?

2002-03-09 Thread David Robley
In article <00b801c1c714$b4854230$0501a8c0@zaireweb>, [EMAIL PROTECTED] says... > Is it possible to return what error_reporting is set at currently? If not, think >they would be able to throw it into the newest build of php? > > Thanks, > Eric > Have a look at the ini_get function -- David