Home > php教程 > PHP源码 > body text

PHP写的微型个人博客或者叫留言板

PHP中文网
Release: 2016-05-25 17:10:40
Original
1349 people have browsed it

  1.  [文件] login.php

<form id="form1" name="form1" method="post" action="checklog.php">
<table width="400" border="0" align="center" cellpadding="0"
cellspacing="1" bgcolor="#CCCCCC">
<tr>
<td>
<table width="100%" border="0" cellpadding="3" cellspacing="1"
bgcolor="#FFFFFF">
<tr>
<td colspan="3" bgcolor="#E6E6E6"><strong>请登录</strong></td>
</tr>
<tr>
<td width="14%"><strong>Name</strong></td>
<td width="2%">:</td>
<td width="84%"><input name="username" type="text" id="username"
size="50" /></td>
</tr>
<tr>
<td><strong>Password</strong></td>
<td>:</td>
<td><input name="psd" type="password" id="psd" size="50" /></td>
</tr>
<tr>
<td></td>
<td></td>
<td><input type="submit" name="log" value="登录" />
</tr>
</table>
</td>
</tr>
</table>
</form>
<p align="center"><strong>没有帐号?赶快<a href="reg.php">注册</a>吧~!</strong></p>
Copy after login

small_bbs.rar ~ 10KB        

PHP写的微型个人博客或者叫留言板small_bbs.rar

                   

Related labels:
php
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template