【发布时间】:2015-09-10 18:55:43
【问题描述】:
我使用 codeignitier,我想将一些 html 代码(模板)保存到数据库中。
问题是我每次都将实体保存到数据库中。 我有这个 < ;而不是
在我的库中我放了
$this->ci->form_validation->set_rules('html_text', 'HTML text', 'htmlspecialchars');
和
$html_text = $this->ci->input->post('html_text',true);
在我看来,我使用 textarea 和 CKeditor
感谢您的帮助
【问题讨论】:
标签: php html database codeigniter entities