Blogger Information
Blog 19
fans 1
comment 0
visits 12118
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
第6章 php基础6- PHP培训九期线上班11.18
会上树的猪
Original
706 people have browsed it

实例

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
    <title>POST请求</title>
</head>
<body>
    <form action="" method="post">
        <p>
            <label for="email">邮箱:</label>
            <input type="email" id="email" name="email" placeholder="邮箱必须包含@" value="">
        </p>
        <p>
            <label for="password">密码:</label>
            <input type="password" id="password" name="password" placeholder="不能少于6位" value="">
        </p>
        <button>登录</button>
    </form>
</body>
</html>
<?php
    print_r($_POST);
?>

运行实例 »

点击 "运行实例" 按钮查看在线实例

QQ截图20191119095710.png

152508d83fbad522652ff4d93fbe2ab.jpg

Correcting teacher:查无此人查无此人

Correction status:qualified

Teacher's comments:完成的不错,继续加油
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post