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
Cloud Computing
SSIS Data extract from oracle to sql server
ASA 5505 DMZ won't Access Internet
Crystal Reports cutting off data
Bad Request error
Activesync through UAG
Register window DLL Remotely
transfering a directory with multiple files in parallel
Do you have any idea about the CLiC library and efsenable for the system. If you have please let me know.
Exclamation Mark On Network Card After Virus Removal