note 102025 deleted from domdocument.loadhtml by danbrown
[email protected] Thu, 17 Feb 2011 07:51:38 -0800
| Newsgroups | php.notes |
|---|---|
| Message-ID | <[email protected]> |
Note Submitter: David Poole, Jr.
----
You can also supress the warning messages from displaying by prefixing the statement with the '@' symbol, as:
@$doc->loadHTML($String);