Here is a piece of code:
preg_match_all('/<body[^>]*>(.*)<\/body>/', str_replace("\n", '', $str), $out);
The function must parse from the <body>
to </body>
I want to replace the parsil function from the <img src="115" h="14" w="14" />
tag to the <br />
tag
But I can't do it - I already broke my whole head .. Help please, I will say thank you;)