In my web page there is a variable that contains HTML Tags as shown here:
Code: Select all
$msgBody = "<pre>Media ID\t\tLibrary Name</pre>";
$msgBody .= "<pre>--------------------------</pre>";
[b]---TRUNCATED---[/b]Code: Select all
<pre>Media ID Library Name</pre><pre>--------------------------</pre><pre>123456 Goose</pre><pre>789651 Goose</pre>Any ideas?
Note: http://corz.org/machine/source/php/tag-tools.php
Check out: Strip HTML Tags... button it does the work.