ホームページ >バックエンド開発 >PHPチュートリアル >~ちょっと怪しいかも
助けてください~ 小さな問題かもしれません
<!-- Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> $query="SELECT * from news ORDER by id desc Limit $offset,$page_size"; $result=mysql_query($query,$conn); $row=mysql_fetch_array($result); $i=0; while($i<$rows=mysql_num_rows($result)){ $i++; echo "<p>"; echo "<table border='0' width='300'>"; echo "<tr>"; echo "<td>"; echo "<a href=View.php?id=".$row["id"].">".$row["title"]."</a>"; echo "</td>"; echo "<td>"; echo "[".$row["author"]."]"; echo "</td>"; echo "<td>"; echo "[".$row["date"]."]"; echo "</td>"; echo "</tr>"; } echo "</table>";
";
echo "
"; echo " " .$row["title"].""; echo " | ";"; echo "[".$ row ["author"]."]"; echo " | ";"; echo "[".$row["date"]. " ]"; echo " | ";