![]() |
Ckeditor and html tags like P - 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: Ckeditor and html tags like P (/showthread.php?tid=68552) |
Ckeditor and html tags like P - pikamo - 07-26-2017 Hi, I 'm working with Ckeditor. When i submit the post Data , i can't see the html tags like <p> ... in the view : PHP Code: <?php echo $this->ckeditor->editor("editor1","Default textarea value");?> in the controller: Code: public function create() { RE: Ckeditor and html tags like P - InsiteFX - 07-26-2017 SEE: PHP NET - htmlentities and html_entity_decode |