php

位置:IT落伍者 >> php >> 浏览文章

PHP网络开发详解:文章管理页面的实现[3]


发布日期:2021年05月11日
 
PHP网络开发详解:文章管理页面的实现[3]
——此文章摘自《完全手册PHP网络开发详解》定价 特价 详细>>http://tracklinktechcn/?m_id=dangdang&a_id=A&l=&l_type= width= height= border= nosave>

</table>

<p>&nbsp;</p>

<p align=center>

<table border= width=% align=center>

<tr>

<td width=% align=center>

<?php if ($pageNum_rs_articles > ) { // Show if not first page ?>

<a href=<?php printf(%s?pageNum_rs_articles=%d%s $currentPage

$queryString_rs_articles); ?>>First</a>

<?php } // Show if not first page ?>

</td>

<td width=% align=center>

<?php if ($pageNum_rs_articles > ) { // Show if not first page ?>

<a href=<?php printf(%s?pageNum_rs_articles=%d%s $currentPage

max( $pageNum_rs_articles ) $queryString_rs_articles); ?>>Previous</a>

<?php } // Show if not first page ?>

</td>

<td width=% align=center>

<?php if ($pageNum_rs_articles < $totalPages_rs_articles) { // Show if

not last page ?>

<a href=<?php printf(%s?pageNum_rs_articles=%d%s $currentPage min

($totalPages_rs_articles $pageNum_rs_articles + )

$queryString_rs_ articles); ?>>Next</a>

<?php } // Show if not last page ?>

</td>

<td width=% align=center>

<?php if ($pageNum_rs_articles < $totalPages_rs_articles) { // Show if

not last page ?>

<a href=<?php printf(%s?pageNum_rs_articles=%d%s $currentPage

$totalPages_rs_articles $queryString_rs_articles); ?>>Last</a>

<?php } // Show if not last page ?>

</td>

</tr>

</table>

</p>

</body>

</html>

<?php

mysql_free_result($rs_articles);

?>

运行效果如图所示

http://developcsaicn/web/images/jpg>

文章管理页面

right>[http://developcsaicn/web/htm>] [http://developcsaicn/web/htm>] [] [http://developcsaicn/web/htm>] [http://developcsaicn/web/htm>]

               

上一篇:PHP网络开发详解:文章管理页面的实现[4]

下一篇:PHP网络开发详解:文章管理页面的实现[2]