<?
function strip_only($str,$tags){
/*
usage:
echostrip_only($str,array('table','a'));
echostrip_only($str,'<table><a>');
*/
if(!is_array($tags)){
$tags=(strpos($str,'>')!==false? explode('>',str_replace('<','',$tags)):array($tags));
if(end($tags)=='')array_pop($tags);
}
foreach($tags as $tag)
$str=preg_replace('#</?'.$tag.'[^>]*>#is','',$str);
return $str;
}
?>
function strip_only($str,$tags){
/*
usage:
echostrip_only($str,array('table','a'));
echostrip_only($str,'<table><a>');
*/
if(!is_array($tags)){
$tags=(strpos($str,'>')!==false? explode('>',str_replace('<','',$tags)):array($tags));
if(end($tags)=='')array_pop($tags);
}
foreach($tags as $tag)
$str=preg_replace('#</?'.$tag.'[^>]*>#is','',$str);
return $str;
}
?>




2 Reactions to this post
Add CommentHey,
Loving your blog, awesome tips on this you have here. I
would just like to ask you some questions privately, mind
contacting me at sales@ company logo design.com
logo design
thanks for the tips
Post a Comment