search
Homephp教程PHP源码Online address book written in php

<?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 id="添加信息">添加信息</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 = "提 交" />
        </td>
    </tr>
</table>
</form>
</div>
 
<?php
    require_once "footer.php";
?>
</body>
</html>

我是开始学习php时,在win7上用iis搭建一个服务器,如果想通过外网访问这个网站,简易你下载一个花生壳,学生党,只是测试能用。

Statement
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

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Repo: How To Revive Teammates
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SecLists

SecLists

SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

MantisBT

MantisBT

Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment