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
Security Status within SBS Console showing all workstations as critical
Publishing Applications - Windows Server 2008
Sony Bravia no sound output from my PC
How to open .BMP file with Internet Explorer in Windows XP OS.
Tomcat bundled with Netbeans will not start.
DHCP Client service keeps stopping when you reboot.
Suggestion to store a huge amount of data sortable
Mail stuck in Lotus oubox
Java Applet Server sending
What Are The Properties of The jQuery UI Draggable Event Parameter?