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
Error running DC Promo on Windows 2008 R2
mwmonavscan.exe
Exchange 2010 CAS and certificates
Save Icon is is disabled in my PDF Adobe Reader 9.0
Why can't I sort by Task Subject?
Restoring Windows Server 2008 System state backup on different machine
iSCSI Performance Tuning
Yum v. 3.2.22 throws segmentation fault no matter which command i issue to it on centos 5.4.
Folders from Windows Updates are created in USB Discs
asp.net mssql - I have a dataosource that initially searches and pulls in a full query is there a way to alter the dynamiccaly the where clause.