$result = mysql_query("select title from hello where title like '%$info%'");while($row=mysql_fetch_array($result))//通过循环读取数据内容 { if(!$row) { echo '1'; } else { echo '2'; } }
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn