Learn how to use php strip_tags function
This strip_tags() is identical to htmlentities() function except strip_tags function strips HTML and PHP tags from a string. Support – PHP 4, PHP 5 string strip_tags ( string $str [, string $allowable_tags ] ) This function tries to return a string with all NUL bytes, HTML and PHP tags stripped from a given str. Parameters […]
Continue Reading →