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
I am new to webservices, please help.
Saving Hosts File on iMac OSx
Setting Compatibility Mode in IE8 using JavaScript
Forgot how to do 1 to many SQLs
Compatible Error in Excel 2003
Keep geting lots of "The system failed to flush data to the transaction log. Corruption may occur" errors in Windows 7 Pro
No Suitable Driver Found
Crystal cross-tab page numbering
Using shell with redirection
Dynamic NAT/PAT !! is it working properly?