You can do it by telling stript_tags to allow certain tags. Ex: strip_tags($text, '<p>') will not strip <p> tags. Unfortunately I do not know of ...
確定! 回上一頁