ขอความช่วยเหลือแปลงข้อมูลที่เก็บลง mysql จาก ckeditor ออกมาเป็นข้อความปกติ ที่ไม่ติด tag ต่างๆ ซึ่งในนั้นมีทั้งข้อความปกติ และ Link ออกไปภายนอกด้วย ซึ่งพอเอาออกมาจาก mysql เพื่อแสดงหรือจะแก้ไขจะออกมาเป็นลักษณะแบบนี้
<p><span style="background-color:rgb(255, 255, 255); color:rgb(77, 81, 86); font-family:arial,sans-serif; font-size:14px">In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</span></p> <p>https://www.thaicreate.com/community/ckeditor-plugin-upload-image.html</p> <p><a href="https://www.thaicreate.com/community/ckeditor-plugin-upload-image.html">Open..</a></p>
$text = '<p><span style="background-color:rgb(255, 255, 255); color:rgb(77, 81, 86); font-family:arial,sans-serif; font-size:14px">In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</span></p> <p>https://www.thaicreate.com/community/ckeditor-plugin-upload-image.html</p> <p><a href="https://www.thaicreate.com/community/ckeditor-plugin-upload-image.html">Open..</a></p>';
echo strip_tags($text);