CodeIgniter Forums
update sql database based on edited content of ckeditor in codeigniter3 - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: update sql database based on edited content of ckeditor in codeigniter3 (/showthread.php?tid=90883)



update sql database based on edited content of ckeditor in codeigniter3 - solmazbabakan - 05-17-2024

hi everyone
in codeigniter3 i develop such a project:

in view page i have a ckeditor that displays some content from database in phpmyadmin
now, suppose user change its content on web page.
now i want the new changes applyed to related sql table in phpmyadmin and new content and displayed when the page is re-loaded
how should i define new content of ckeditor as a variable to use for update in sql database

in fact i cannot read the current edited content of ckeditor truely
can any one help me to solve?
thanks in advance


RE: update sql database based on edited content of ckeditor in codeigniter3 - InsiteFX - 05-17-2024

CKEditor - Getting and setting data