当前位置:首页 > php实现在线通讯录功能(附源码)
本文实例为大家分享php在线通信录编写代码,供大家参考,具体内容如下 <?php
session_start();
define(\
if(empty($_SESSION[\
header(\ } ?>
<!doctype html> <html> <head>
<title>添加</title>
<meta http-equiv=\ <link rel=\
<script type=\ </head> <body> <?php
require_once \ ?>
<div id = \
<h2 class = \添加信息</h2>
<form method = \ <table cellpadding = \ <tr>
<td>姓名:</td>
<td><input type = \ </tr> <tr>
<td>性别:</td> <td>
男<input type = \\
女<input type = \ </td> </tr> <tr>
<td>生日:</td>
<td><input type = \onclick=\Calendar().show(this);\name = \ </tr> <tr>
<td>电话:</td>
<td><input type = \ </tr> <tr>
<td>地址:</td>
<td><input type = \ </tr> <tr>
<td colspan = \
<input type = \提 交\ </td> </tr> </table> </form> </div> <?php
require_once \?>
</body> </html>
以上就是本文的全部内容,希望对大家学习php程序设计有所帮助。
共分享92篇相关文档