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
FPDF Multiple Images from MySQL
setup NAT on Cisco ASA
Windows XP OEM in a virtual machine
File Lock Problem
SATA hot swap in windows server 2008 (URGENT)
Unix filler
Security Alert when Opening Outlook
What causes error "0x80070015" when connecting to bluetooth device in window 7?
Counting the Character Length of a Long Field - Error
Insert into MySQL Table from MSSQL Insert Trigger