Microsoft
Software
Hardware
Network
Question : strip html tags except <b></b> and <br /><br>
Hello,
I would like to strip all tags except, <br>, <br /> and <b>.
Is this possible?
<?=$description?>
Answer : strip html tags except <b></b> and <br /><br>
strip_tags takes a second argument which is the list of tags not to strip. See
http://us3.php.net/strip_t
ags
$description = strip_tags($description,"<b
><br>");
Random Solutions
How to Use Abandoned Local Profile From Different Domain
Remote Desktop Connection to Windows SBS 2008
Cisco Switch not configured with TACACS asks for username?
Find button on form
Email Being Blocked
Error when running adprep32/forest prep
Designing a Graphic Environment
Hyper v full Installation remote administration issues
What are the different types of .NET assemblies?
Classic ASP form to email sending empty email?