I am entering text in an input as <br/>, but when i am getting this field value using $this->input->post('fieldname') it is returning <br> instead of <br/>. How to resolve this issue?
如何使用codeigniter $ this-> input-> post('fieldname')从输入中获取精确值?
- 写回答
- 好问题 0 提建议
- 关注问题
- 邀请回答
-
1条回答 默认 最新
doupeng8419 2016-04-25 07:38关注Disable
global_xss_filtering:$config['global_xss_filtering'] = FALSE;本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报