Published on : August 10, 2020
Title:php.strip_tags
Purpose: Strip HTML and PHP tags from a string
Syntax:[php.strip_tags p1={template.text} o.set=template.stext /]
Input Parameter
:P1: Html string
Return Value: Returns the stripped string.
Example[template.set text=’
Content message.simple text
‘ /]
[php.strip_tags p1={template.text} o.set=template.stext /]
[template.echo stext/]