</table>
<p> </p>
<p align=
<table border=
<tr>
<td width=
<?php if ($pageNum_rs_articles >
<a href=
$queryString_rs_articles); ?>
<?php } // Show if not first page ?>
</td>
<td width=
<?php if ($pageNum_rs_articles >
<a href=
max(
<?php } // Show if not first page ?>
</td>
<td width=
<?php if ($pageNum_rs_articles < $totalPages_rs_articles) { // Show if
not last page ?>
<a href=
($totalPages_rs_articles
$queryString_rs_ articles); ?>
<?php } // Show if not last page ?>
</td>
<td width=
<?php if ($pageNum_rs_articles < $totalPages_rs_articles) { // Show if
not last page ?>
<a href=
$totalPages_rs_articles
<?php } // Show if not last page ?>
</td>
</tr>
</table>
</p>
</body>
</html>
<?php
mysql_free_result($rs_articles);
?>
運行效果如圖
http://develop
圖
right
From:http://tw.wingwit.com/Article/program/PHP/201311/21386.html