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

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

2022-06-13   來源: PHP編程 
    ——此文章摘自《完全手冊PHP網絡開發詳解》定價 特價 詳細>>http://tracklinktechcn/?m_id=dangdang&a_id=A&l=&l_type= width= height= border= nosave>

    <body>
    <p align=center class=style>類別管理</p>
    <p align=center class=style><span class=style><a href=indexphp>
    返回首頁</a></span></p>
    <table width= border= align=center cellpadding= cellspacing=>
      <tr>
        <td><div align=center><strong>類別編號</strong></div></td>
        <td><strong>類別名稱</strong></td>
        <td><div align=center> &nbsp;</div></td>
      </tr>
      <?php do { ?>
      <tr>
        <td><div align=center><a href=?type_id=<?php echo $row_rs_all_types
    [type_id]; ?>><?php echo $row_rs_all_types[type_id]; ?></a></div></td>
        <td><a href=?type_id=<?php echo $row_rs_all_types[type_id]; ?>><?php
    echo $row_rs_all_types[type_name]; ?></a></td>
        <td><div align=center><a onClick=javascript:return confirm(確定要刪
    除嗎?); href=?MM_delete=<?php echo
    $row_rs_all_types[type_id]; ?>>刪除</a></div></td>
      </tr>
      <?php } while ($row_rs_all_types = mysql_fetch_assoc($rs_all_types)); ?>
    </table>
    <p>&nbsp;</p>
    <form method=post name=form action=?>
      <table align=center>
        <tr valign=baseline>
          <td nowrap align=right>類別編號</td>
          <td><input type=text name=new_type_id value=<?php echo $row_rs_upt
    _type_id; ?> size=></td>
        </tr>
        <tr valign=baseline>
          <td nowrap align=right>類別名稱</td>
          <td><input type=text name=type_name value=<?php echo $row_rs_upt
    _type_name; ?> size=></td>
        </tr>
        <tr valign=baseline>
          <td nowrap align=right>&nbsp;</td>
          <td><input name=submit type=submit value=更新類別></td>
        </tr>
      </table>
      <input type=hidden name=MM_update value=form>
      <input type=hidden name=type_id value=<?php echo $row_rs_upt_type
    [type_id]; ?>>
    </form>
    <p>&nbsp;</p>
    <form method=post name=form action=?>
      <table align=center>
        <tr valign=baseline>
          <td nowrap align=right>新類別名稱</td>
          <td><input type=text name=type_name value= size=></td>
        </tr>
        <tr valign=baseline>
          <td nowrap align=right>&nbsp;</td>

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/21381.html
    推薦文章
    Copyright © 2005-2022 電腦知識網 Computer Knowledge   All rights reserved.