Re: [PHP-WIN] Warnings/Errors in PHP

2007-05-25 Thread Stut
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

Re: [PHP-WIN] Warnings/Errors in PHP

2007-05-25 Thread Gustav Wiberg
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

RE: [PHP-WIN] Warnings/Errors in PHP

2007-05-25 Thread Dale Attree
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

Re: [PHP-WIN] Warnings/Errors in PHP

2007-05-25 Thread Gustav Wiberg
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

Re: [PHP-WIN] Warnings/Errors in PHP

2007-05-25 Thread chandar
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