logo
Home XtGem- Templates- XtScript- bottom
Remove HTML and PHP tags from a string
[...] = optional ... = your value
[var $... = ]call strip_tags $val=…[;$allowable_tags=...]
Show as text
Show as text
Reload
input = FOOBAR
<span style="color:red"><u>FOOBAR</u></span>
output = FOOBAR
<u>FOOBAR</u>
Powered by XtGem
About us Contact Forum top