[PHP-WIN] Re: Turn on Error Messages

2003-01-31 Thread Radovan Radic
You can put this line in your script: error_reporting(E_ALL); or some other combination "Christoph Grottolo" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > [EMAIL PROTECTED] (Wade) wrote: > > >01302003 1407 CST > > > >How do you turn on error messages in your P

[PHP-WIN] Re: Turn on Error Messages

2003-01-30 Thread Christoph Grottolo
[EMAIL PROTECTED] (Wade) wrote: >01302003 1407 CST > >How do you turn on error messages in your PHP scripts? >I have removed ";" from the php.ini and changed OFF to ON in two >locations. But when I check the phpinfo() page it still says they are >off and my pages still return no errors. What giv