请写出like模糊搜索的SQL语句语法。已知表名为student,表中有name字段,现需查询出所有name中包含"小"字的记录
查看答案
请简述PHP实现分页功能时,如何动态地获取到页码值。
请写出PHP设置MySQL数据库字符集为utf8的几种方法。
假设有以下数据表news,字段分别是ID,news_date ,news_type,news_title,news_editor,news_content。数组$fields定义如下:$fields=array(‘news_date’,‘news_type’,‘news_title’,‘news_editor’,‘news_content’)。请使用数组的遍历方法,拼接一条SQL语句,作用是查询ID号为31的记录
mysqli_free_result($result) 函数中的参数,可以是数据。
A. 数组
B. 字符串
C. 结果集
D. 对象