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
imap_search not working right
IE version confusion.
Perl - loop using variables if exist
Apple iWeb - how to save HTML to Disk or to publish the web site via FTP?
SAS or SATA
I can't find the audio driver for a Satellite P30
FM Pro - Multiple Questions Open - 1 issue!!: Best Way to Calculate and Filter
Left Join with top
SBS 2008 has very slow file access and other problems after migration from sbs 2003
which book to refer for MPLS BGP