" . "convert HTML to text.

" . "Does it work?"; $htmlToText = new Html2Text ($htmlText, 15); $text = $htmlToText->convert(); echo "Conversion follows:\r\n"; echo "-------------------\r\n"; echo $text; ?>