PHP function for html to plain text conversion (html2text)
php html2text html2txt convert html plaintext text Ready-made custom PHP function for performing boring task - converting fancy spicy html to bare hardcore plain text. Use with care. Can cause brain damage.
function html2text($html)
{
$tags = array (
0 => '~<h[123][^>]+>~si',
1 => '~<h[456][^>]+>~si',
[...]