PHP develops simple book background management system new book management page
This section creates the "New Book Management" page in the left navigation bar
As shown:
<table width="95%" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#CCCCCC" class="table" > <tr> <td height="27" colspan="7" align="left" bgcolor="#FFFFFF" class="bg_tr"> 后臺管理 >> 新書管理</td> </tr> <tr> <td width="6%" height="35" align="center" bgcolor="#FFFFFF">ID</td> <td width="25%" align="center" bgcolor="#FFFFFF">書名</td> <td width="11%" align="center" bgcolor="#FFFFFF">價格</td> <td width="16%" align="center" bgcolor="#FFFFFF">入庫時間</td> <td width="11%" align="center" bgcolor="#FFFFFF">類別</td> <td width="11%" align="center" bgcolor="#FFFFFF">入庫總量</td> <td width="20%" align="center" bgcolor="#FFFFFF">操作</td> </tr> <tr align="center"> <td class="td_bg" width="6%"><?php echo $rows["id"]?></td> <td class="td_bg" width="25%" height="26"></td> <td class="td_bg" width="11%" height="26"></td> <td class="td_bg" width="16%" height="26"></td> <td width="11%" height="26" class="td_bg"></td> <td width="11%" height="26" class="td_bg"></td> <td class="td_bg" width="20%"> <a href="#" class="trlink">修改</a> <a href="#" class="trlink">刪除</a></td> </tr> <tr> <th height="25" colspan="7" align="center" class="bg_tr"> 首頁 | 上一頁 | 下一頁 | 末頁 頁次:/頁 共有?條信息 </th> </tr> </table>After giving the CSS style, it can be completed.
||
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>PHP圖書管理系統(tǒng)</title>
<style>
.table{
border: 1px solid #CAF2FF;/*邊框顏色*/
margin-top: 5px;
margin-bottom: 5px;
background:#a8c7ce;
}
.td_bgf {
background:#d3eaef;
color:#000000;
}
.td_bg {
background:#ffffff;
color:#344b50;
}
.bg_tr {
font-family: "微軟雅黑,Verdana, 新宋體";
color:#e1e2e3;/*標(biāo)題字體色*/
font-size:12px;
font-weight:bolder;
background:#353c44;/*標(biāo)題背景色*/
line-height: 22px;
}td {
color:#1E5494;
font-size:12px;
line-height: 18px;
}
</style>
</head>
<body>
<table width="" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#CCCCCC" class="table" >
<tr>
<td height="27" colspan="7" align="left" bgcolor="#FFFFFF" class="bg_tr"> 后臺管理 >> 新書管理</td>
</tr>
<tr>
<td width="6%" height="35" align="center" bgcolor="#FFFFFF">ID</td>
<td width="25%" align="center" bgcolor="#FFFFFF">書名</td>
<td width="11%" align="center" bgcolor="#FFFFFF">價格</td>
<td width="16%" align="center" bgcolor="#FFFFFF">入庫時間</td>
<td width="11%" align="center" bgcolor="#FFFFFF">類別</td>
<td width="11%" align="center" bgcolor="#FFFFFF">入庫總量</td>
<td width="20%" align="center" bgcolor="#FFFFFF">操作</td>
</tr>
<tr align="center">
<td class="td_bg" width="6%"></td>
<td class="td_bg" width="25%" height="26"></td>
<td class="td_bg" width="11%" height="26"></td>
<td class="td_bg" width="16%" height="26"></td>
<td width="11%" height="26" class="td_bg"></td>
<td width="11%" height="26" class="td_bg"></td>
<td class="td_bg" width="20%">
<a href="#" class="trlink">修改</a> <a href="#" class="trlink">刪除</a></td>
</tr>
<tr>
<th height="25" colspan="7" align="center" class="bg_tr">
首頁 | 上一頁 | 下一頁 | 末頁
頁次:/頁 共有?條信息
</th>
</tr>
</table>
</body>
</html>
- Course Recommendations
- Courseware download
-
AdvancedSimple book backend management system tutorial for PHP development
62967 people are watching -
AdvancedSimple message book tutorial for PHP development
10870 people are watching -
AdvancedSimple voting system tutorial for PHP development
22748 people are watching -
ElementaryScala Tutorial
13803 people are watching -
ElementaryCSS Online Manual
82331 people are watching -
ElementarySVG Tutorial
13161 people are watching -
ElementaryAngularJS Chinese Reference Manual
24611 people are watching -
ElementaryGo language tutorial manual
27471 people are watching -
ElementaryRedis command operation Chinese manual
57916 people are watching -
ElementaryPython 3 Tutorial
87604 people are watching -
ElementaryXML DOM tutorial
21074 people are watching -
ElementaryMemcached command operation manual
17821 people are watching
The courseware is not available for download at the moment. The staff is currently organizing it. Please pay more attention to this course in the future~
Students who have watched this course are also learning
- Let's briefly talk about starting a business in PHP
- Quick introduction to web front-end development
- Large-scale practical Tianlongbabu development of Mini version MVC framework imitating the encyclopedia website of embarrassing things
- Getting Started with PHP Practical Development: PHP Quick Creation [Small Business Forum]
- Login verification and classic message board
- Computer network knowledge collection
- Quick Start Node.JS Full Version
- The front-end course that understands you best: HTML5/CSS3/ES6/NPM/Vue/...[Original]
- Write your own PHP MVC framework (40 chapters in depth/big details/must read for newbies to advance)