|
我的sql语句这么写的
$sql="select wz.title,wz.classID,cat.catName from wz,cat wherer cat.classID=wz.classID limti $s,$e";
分页显示出来后url显示为这样:
http://localhost/admin/indexC/2
我无意之中写成了http://localhost/admin/indexC/2.
结果提示sql语句错误
找了一下分页类,发现是用is_numeric来判断的,但是 is_numeric(1.)就返回true;大家不信可以试一下?
还有一个问题:$this->input->post怎么对html代码过滤呢? |
|