Solution. Use strip_tags( ) to remove HTML and PHP tags from a string: $html = '<a outsideurl=">I <b>love computer books.</b></a>'; print strip_tags($html); ...
確定! 回上一頁