There is a way to turn off HTML in Errors in PHP.  This is done in
php.ini or you can use the ini_set() function to change the value.

html_errors 
boolean
Turn off HTML tags in error messages

http://download.php.net/manual/en/configuration.php

Jason Lotito
[EMAIL PROTECTED]
www.NewbieNetwork.net

> -----Original Message-----
> From: Matt McClanahan [mailto:[EMAIL PROTECTED]] 
> Sent: Thursday, December 06, 2001 2:05 AM
> To: Jan
> Cc: [EMAIL PROTECTED]
> Subject: Re: [PHP] XHTML compatible error messages
> 
> 
> On Fri, Aug 17, 2001 at 05:40:07PM +0200, Jan wrote:
> 
> > Hi out there!
> > 
> > I have got a problem with PHP's standard way of reporting 
> errors. The 
> > <br> in the error messages are making the XML invalid (should be 
> > <br/>). Is there an easy way to do this?
> 
> This was done in CVS a few months ago.  It should be in PHP 
> 4.1.0 when it comes out shortly.
> 
> Matt
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: 
> [EMAIL PROTECTED] To contact the list 
> administrators, e-mail: [EMAIL PROTECTED]
> 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to