会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
cansm's space
博客园
首页
新随笔
联系
订阅
管理
随笔分类 -
php
关于mysqli bind_result内存溢出 (tried to allocate 4294967294 bytes)
摘要:当资料表数据类型为 longtext,在bind_result前要先store_result,不然会造成 (tried to allocate 4294967294 bytes) 错误!
阅读全文
posted @
2013-01-17 11:23
cansmyang
阅读(342)
评论(0)
推荐(0)
PHP checkbox取值问题
摘要:php的checkbox取值方式跟其它语言有点不同,例如假设我们有一个html页面,代码如下:<FORM method="post" action="checkTest.php"><INPUT name="test[]" type="checkbox" value="1" /><INPUT type="checkbox" name="test[]" value="2"...
阅读全文
posted @
2010-08-19 01:26
cansmyang
阅读(329)
评论(0)
推荐(0)
公告