Hiding warnings
- From: "deciacco" <eugenio@xxxxxxxxxx>
- Date: 17 Jul 2006 08:48:29 -0700
I'm using the DOMDocument::loadHTML() method and it throws some
warnings:
DOMDocument::loadHTML() [function.loadHTML]: htmlParseEntityRef:
expecting ';' in Entity, line: 579
DOMDocument::loadHTML() [function.loadHTML]: Unexpected end tag : b in
Entity, line: 24
I believe these warnings are due to the loose formating of HTML so at
this point I'm not worried about them. (should I be?) I can use an
..htaccess file or settings in php.ini to hide these warnings, but I was
wondering if there was a better way. I was thinking I could use
error_reporting() to change the level before the loadHTML function and
then set it back. Any thoughts or suggestions?
Thanks!!
.
- Follow-Ups:
- Re: Hiding warnings
- From: Richard Levasseur
- Re: Hiding warnings
- Prev by Date: Re: textarea curiousity
- Next by Date: Re: textarea curiousity
- Previous by thread: textarea curiousity
- Next by thread: Re: Hiding warnings
- Index(es):
Relevant Pages
|