このコードの何が問題なのかを理解するのを手伝ってもらえますか?ありがとう! ! ! ! ! ! ! ! ! !
最初のものは正常に表示されます...最初にコードを投稿してください
<!-- Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> <form name="form1" method="get" action="search.php"> <label for="title"></label> <div align="center"> 标题 <input type="text" name="title" id="title"> <input type="submit" name="submit" id="button" value="搜索"> </div> </form> <div align="center"> <?php header("Content-Type:text/html;charset=utf-8"); include("conn.php"); $biaoti=$_GET['title']; $biaoti2="%".$biaoti."%"; $sql="select * from news where title like '$biaoti2'"; $result=mysql_query($sql,$mylink); $result2=mysql_fetch_array($result); $i=0; echo "搜索内容:".$biaoti; echo "</br>"; echo "搜索结果总数:".$i; if($biaoti=="") { echo "模块初始化已完成"; } else { ?> <table width="1079" height="102" border="1"> <tr> <th width="81" height="45" bgcolor="#E2F4F6" scope="col">序号</th> <th width="122" bgcolor="#E2F4F6" scope="col">发布所用账号</th> <th width="346" bgcolor="#E2F4F6" scope="col">标题</th> <th width="192" bgcolor="#E2F4F6" scope="col">时间</th> <th width="144" bgcolor="#E2F4F6" scope="col">昵称</th> <th width="77" bgcolor="#E2F4F6" scope="col">评论数</th> <th width="71" bgcolor="#E2F4F6" scope="col">删除</th> </tr> <?php do { ?> <tr> <th height="49" scope="col"><?php echo $commentcount=$result2['id'];?></th> <th scope="col"><?php echo $result2['zhanghao'];?></th> <th scope="col"><a href="view.php?id=<?php echo $result2['id'];?>"> <?php echo $result2['title'];?> </a></th> <th scope="col"><?php echo date("Y-m-d H:i:s",strtotime($result2['time']));?></th> <th scope="col"><?php echo $result2['name'];?></th> <th scope="col"> <?php $sql2="select count(*) as abc from tbcomment where id='$commentcount'"; $sqlquery=mysql_query($sql2,$mylink); $result4=mysql_fetch_array($sqlquery); echo $result4['abc']; ?></th> <th scope="col"><a href="shanchu.php?id=<?php echo $result2['id'];?>"><?php echo "删除";?></a></th> </tr><?php } while($result2=mysql_fetch_array($result)) ?> </table> </div> <?php } ?>
<!-- Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> <フォーム名="form1" メソッド="get" アクション="search.php"> <label for="title"></label> <div align="center"> タイトル <input type="text" name="title" id="title"> <input type="送信" name="送信" id="ボタン" value="検索"> </div> </フォーム> <div align="center"> <?php header("Content-Type:text/html;charset=utf-8"); include("conn.php"); $biaoti=$_GET['タイトル']; $biaoti2="%".$biaoti."%"; $sql="タイトルが「$biaoti2」のようなニュースから * を選択"; $result=mysql_query($sql,$mylink); $result2=mysql_fetch_array($result); $i=0; する { $i++; } while($result2=mysql_fetch_array($result)); echo "コンテンツの検索:".$biaoti; エコー "</br>"; echo "検索結果の総数:".$i; if($biaoti=="") { echo "モジュールの初期化が完了しました"; } それ以外 { ?> <テーブル幅="1079" 高さ="102" ボーダー="1"> <tr> <th width="81" height="45" bgcolor="#E2F4F6"scope="col">シリアル番号</th> <th width="122" bgcolor="#E2F4F6"scope="col">公開アカウント</th> <th width="346" bgcolor="#E2F4F6"scope="col">title</th> <th width="192" bgcolor="#E2F4F6"scope="col">時間</th> <th width="144" bgcolor="#E2F4F6"scope="col">ニックネーム</th> <th width="77" bgcolor="#E2F4F6"scope="col">コメント数</th> <th width="71" bgcolor="#E2F4F6"scope="col">削除</th> </tr> <?php は実行します { ?> <tr> <th height="49"scope="col"><?php echo $commentcount=$result2['id'];?></th> <thscope="col"><?php echo $result2['zhanghao'];?></th> <thscope="col"><a href="view.php?id=<?php echo $result2['id'];?>"> <?php echo $result2['title'];?> </a></th> <thscope="col"><?php echo date("Y-m-d H:i:s",strtotime($result2['time']));?></th> <thscope="col"><?php echo $result2['name'];?></th> <thscope="col"> <?php $sql2="select count(*) as abc from tbcomment where id='$commentcount'"; $sqlquery=mysql_query($sql2,$mylink); $result4=mysql_fetch_array($sqlquery); echo $result4['abc']; ?> <thscope="col"><a href="shanchu.php?id=<?php echo $result2['id'];?>"><?php echo "削除";?></a></th> </tr><?php } while($result2=mysql_fetch_array($result)) ?> </テーブル> </div> <?php } ?> <div class="clear"></div>