In PHP, strip_tags() method removes the existing HTML tags. Syntax:- strip_tags(string);. Example:- <?php //declaring a string with html tags $html_string=" ...
確定! 回上一頁