会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
alex hu
你若盛开,清风自来!
博客园
首页
新随笔
联系
订阅
管理
03 2012 档案
CodeIgniter "Disallowed Key Characters"
摘要:今天遇到这个错误提示,查了一下解决方案:网上有人说是扩展Input类,我觉得问题根源不在这里,后面查到一个国外解决方案:<!-- 这样将会引起报错 --><input type="text" name="fieldname['foo']" value=""> <!-- 这样是正常的. --><input type="text" name="fieldname[foo]" value="">多了一对双引号sourc
阅读全文
posted @
2012-03-05 16:08
alex hu
阅读(1156)
评论(9)
推荐(0)
公告