can i remove html tags using php
Posted: Wed Apr 23, 2008 12:01 pm
Hi
I want to remove html tangs of a string using php.
is there any function that can help me?
like
$str='<b>Hello</b> Mannan';
I want to make it
$str = 'Hello Mannan';
thank ya all
I want to remove html tangs of a string using php.
is there any function that can help me?
like
$str='<b>Hello</b> Mannan';
I want to make it
$str = 'Hello Mannan';
thank ya all