随笔分类 -  php

摘要:当资料表数据类型为 longtext,在bind_result前要先store_result,不然会造成 (tried to allocate 4294967294 bytes) 错误! 阅读全文
posted @ 2013-01-17 11:23 cansmyang 阅读(342) 评论(0) 推荐(0)
摘要: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)