borrow.php

来自「图书管理系统的代码,是一个不错的东东哦 用户名为ADMIN为管理员」· PHP 代码 · 共 15 行

PHP
15
字号
<form name="form1" method="post" action="<?php echo url("Admin","DisplayBook"); ?>">
  <table width="60%" border="0" cellspacing="1" cellpadding="3" align="center">
    <tr> 
      <th colspan="2">借 书 登 记</th>
    </tr>
    <tr> 
      <td width="30%" height="32" align="right">图书编号:</td>
      <td width="70%" height="32"> 
        <input type="text" name="book_id" size="10">
        <input type="submit" name="show" value="显示该书信息">
      </td>
    </tr>    
  </table>
</form>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?