复制代码 代码如下:
<html>
<head>
<title>测试表单提交</title>
</head>
<body>
<form action="" method="post">
名字:<input type="text" value="test" /><br/>
密码: <input type="text" value="hahaha" /><br/>
QQ: <input type="text" value="961412" /><br/>
住址: <input type="text" value="zhejiang" /><br/>
电话: <input type="text" value="123456789" /><br/>
性别: <input type="radio" value="1" checked>男 <input type="radio" value="2">女<br/>
<button type="submit" value=""> commit</button>
</form>
</body>
</html>
<?php
if ($_POST) {
echo '<pre/>';
var_export($_POST);
}
?>
新闻热点
疑难解答