php 온라인 주소록 기능 실현(소스 코드)

2635 단어 php통신 록
본 논문 의 인 스 턴 스 는 phop 온라인 통신 록 의 작성 코드 를 공유 합 니 다.참고 하 시기 바 랍 니 다.구체 적 인 내용 은 다음 과 같 습 니 다.

<?php
session_start();
define("N", TRUE);
if(empty($_SESSION["uid"])) {
  header("Location: ./login.html");
}
?>
<!doctype html>
<html>
<head>
<title>  </title>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<link rel="stylesheet" href="css/index.css" />
<script type="text/javascript" src="js/calendar.js"></script>
</head>
<body>
<?php
  require_once "header.php";
?>
<div id = "add">
<h2 class = "title">    </h2>
<form method = "post" action = "add_do.php">
<table cellpadding = "0" cellspacing = "0">
  <tr>
    <td>  :</td>
    <td><input type = "text" name = "username" /></td>
  </tr>
  <tr>
    <td>  :</td>
    <td>
       <input type = "radio" name = "usersex" value = "1" checked = "checked" />
       <input type = "radio" name = "usersex" value = "0" />
    </td>
  </tr>
  <tr>
    <td>  :</td>
    <td><input type = "text" onclick="new Calendar().show(this);" name = "userbirth" /></td>
  </tr>
  <tr>
    <td>  :</td>
    <td><input type = "text" name = "usertel"></td>
  </tr>
  <tr>
    <td>  :</td>
    <td><input type = "text" name = "useraddr"></td>
  </tr>
  <tr>
    <td colspan = "2" style = "text-align:center;">
    <input type = "submit" name = "sub" value = " &nbsp; " />
    </td>
  </tr>
</table>
</form>
</div>
 
<?php
  require_once "footer.php";
?>
</body>
</html>
원본 다운로드:온라인 주소록
이상 은 본 고의 모든 내용 이 므 로 여러분 이 phop 프로 그래 밍 을 배 우 는 데 도움 이 되 기 를 바 랍 니 다.

좋은 웹페이지 즐겨찾기