熱點推薦:
您现在的位置: 電腦知識網 >> 編程 >> PHP編程 >> 正文

PHP網絡開發詳解:文章管理頁面的實現[3]

2022-06-13   來源: PHP編程 
    ——此文章摘自《完全手冊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>]  


From:http://tw.wingwit.com/Article/program/PHP/201311/21386.html
    推薦文章
    Copyright © 2005-2022 電腦知識網 Computer Knowledge   All rights reserved.