Convert into Mormal text
Posted: Sat Dec 20, 2008 12:51 am
Hello
$var = "<td>more info <p>this is sample test</p> example</td>"
This $var is treating as HTML text. (i.e: <td> and <p> as html tags)
How to treat them as normal text. That means <td> as a normal string, without treating as a HTML tag?
Thank You
$var = "<td>more info <p>this is sample test</p> example</td>"
This $var is treating as HTML text. (i.e: <td> and <p> as html tags)
How to treat them as normal text. That means <td> as a normal string, without treating as a HTML tag?
Thank You