Hi all. I have content as follows, entered into a textarea:
And, using, I guess preg_replace or eregi_replace, I'd like to return the following:
Can someone help me here? Thanks.
*cLFlaVA
----------------------------
[tt]tastes great, less filling.[/tt]
Code:
blah blah blah <b>blah</b> blah blah.
<div id="code">
blah blah blah <b>blah</b> blah blah.
</div>
blah blah blah <b>blah</b> blah blah.
And, using, I guess preg_replace or eregi_replace, I'd like to return the following:
Code:
blah blah blah blah blah blah.
<div id="code">
blah blah blah <b>blah</b> blah blah.
</div>
blah blah blah blah blah blah.
Can someone help me here? Thanks.
*cLFlaVA
----------------------------
[tt]tastes great, less filling.[/tt]