You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I'm using PHP and PDO, I am very happy with this editor, except one problem, no other problems
OR
I'm doing wrong somewhere
When I write and save text in the editor, there is no problem loading text back into the editor.
However, when I copy text from anywhere and paste it into the text editor and save it, the text is not restored inside the editor
OR
Text is not restored inside the editor even when there is only text in the database(without any html tags)
Hello,
I'm using PHP and PDO, I am very happy with this editor, except one problem, no other problems
OR
I'm doing wrong somewhere
When I write and save text in the editor, there is no problem loading text back into the editor.
However, when I copy text from anywhere and paste it into the text editor and save it, the text is not restored inside the editor
OR
Text is not restored inside the editor even when there is only text in the database(without any html tags)
I'm trying both options
Column in PDO database
'content_text' longtext COLLATE utf8_general_ci DEFAULT NULL
I am writing to the database in this way
The text was updated successfully, but these errors were encountered: