Searched defs:html_tmp (Results 1 – 1 of 1) sorted by relevance
213 $html_tmp=preg_replace('/(<(script|style)\b[^>]*>).*?(<\/\2>)/is', "$1$3", $body_content); variable214 $html_tmp=strip_tags($html_tmp, '<b>'); // remove bold, so it will not move to upper case; variable215 $html_tmp=strip_tags($html_tmp, '<i>'); // remove italic variable