日期:2014-05-17 浏览次数:20652 次
$result = mysql_query("select title from hello where title like '%$info%'"); while($row=mysql_fetch_array($result))//通过循环读取数据内容 { if(!$row) { echo '1'; } else { echo '2'; } }