So I have this problem trying to display content from the database. I have a text editor (tinymce) and I have stored that content in a TEXT type variable in the database. The problem is while displaying the content. When I display the content, the texts appear but the images won’t. While submitting the data, everything works fine but when displaying, it doesn’t display the image.
I tried changing the datatype in the database, I changed TEXT to BLOB but didn’t work. I even tried changing the Tinymce codes too but still didn’t work. It stores the image url in the database but doesn’t show it. Is there anything I need to try? I just want to create a text editor where the data including images is submitted and displayed like an article or blog.