Dale Attree wrote:
Error_reporting(E_ALL ^ E_NOTICE);
Why oh why would you suggest this? Notices are telling you that
something is wrong. Do you ignore the light that indicates low fuel in
your car? If you do it'll keep working for a while, but it's a ticking
time bomb!!
-Stut
--
PHP Wind
dowsList'"
Sent: Friday, May 25, 2007 9:27 AM
Subject: RE: [PHP-WIN] Warnings/Errors in PHP
Ini_set("display_errors",1);
Error_reporting(E_ALL ^ E_NOTICE);
-Original Message-
From: Gustav Wiberg [mailto:[EMAIL PROTECTED]
Sent: 25 May 2007 09:16 AM
To: chandar
C
Ini_set("display_errors",1);
Error_reporting(E_ALL ^ E_NOTICE);
-Original Message-
From: Gustav Wiberg [mailto:[EMAIL PROTECTED]
Sent: 25 May 2007 09:16 AM
To: chandar
Cc: PHP WindowsList
Subject: Re: [PHP-WIN] Warnings/Errors in PHP
Hi there!
I know that, but that wasn
ot;
Sent: Friday, May 25, 2007 9:12 AM
Subject: Re: [PHP-WIN] Warnings/Errors in PHP
You can do this in PHP ini file.
Thanks/Chandar
Gustav Wiberg wrote:
Hi there!
The server I'm connected to is not showing any warnings/error in PHP.
Instead it just displays a blank page. How can I do i
You can do this in PHP ini file.
Thanks/Chandar
Gustav Wiberg wrote:
Hi there!
The server I'm connected to is not showing any warnings/error in PHP.
Instead it just displays a blank page. How can I do in PHP-script to
show errors/warning? I know this is possible, but I'm not able to find
it f