1.php����۸����Դ��
php����۸����Դ��
很明显你的表单对象的 name 设置有问题啊,复选框采用数组,格计突击风暴完整源码其他可以不用,算源九五互娱源码你初学就不要偷懒直接在DW中复制文本框,价格计算传奇来了搭建源码这样容易导致 name 和id 属性不对,源码棋牌脚本制作源码还是表表单酒店源码使用教程老实点一个一个的插入吧,或者手动修改下属性。格计
<?算源php
if (isset($_POST['submit'])){
print_r($_POST);
}
><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org//xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>用户注册</title>
<style type="text/css">
<!--
body,td,th {
font-family: 宋体;
font-size: px;
color: #;
}
body {
background-image: url(u=,&fm=0&gp=0.jpg);
}
-->
</style></head>
<body><form action="reg.php" method="post" name="regForm" target="_self">
<label> 用户注册界面<br />
用户名:
<input type="text" name="name" id="name" />
<br />
<br />
密码:
<input name="passwd" type="password" id="passwd" size="" maxlength="" />
<br />
<br />
再次输入密码:
<input name="passwd2" type="password" id="passwd2" size="" maxlength="" />
(不解释,你懂的价格计算)<br />
<br />
性别:
<input type="radio" name="sex" id="sex" value="男" />
男
<input type="radio" name="sex" id="sex2" value="女" />
女<br />
<br />
兴趣爱好:
<input name="hobby[]" type="checkbox" id="hobby[]" value="体书" />
体书
<input name="hobby[]" type="checkbox" id="hobby[]" value="打球" />
打球
<input name="hobby[]" type="checkbox" id="sex3" value="旅游" />
旅游 <br />
<input name="hobby[]" type="checkbox" id="hobby[]" value="游水" />
游水
<input name="hobby[]" type="checkbox" id="hobby[]" value="上网" />
上网
<input name="hobby[]" type="checkbox" id="hobby[]" value="体**" />
体**<br />
<br />
密保问题
<select name="question" id="question">
<option>你父亲叫什么名字?</option>
<option>你母亲叫什么名字?</option>
<option>你的学好(工号)</option>
<option>你毕业的中学是什么</option>
<option>你中意咩运动?</option>
</select>
<br />
<br />
密保答案
<input type="text" name="answer" id="answer" />
<br />
<br />
Email :
<input type="text" name="email" id="email" />
<br />
<br />
<input type="submit" name="submit" id="submit" value="注册" />
<input type="reset" name="reset" id="reset" value="重置" />
<br />
</label>
</form>
</body>
</html>
保存为 reg.php 再试试
2024-11-17 09:34
2024-11-17 09:13
2024-11-17 09:09
2024-11-17 09:04
2024-11-17 08:52
2024-11-17 08:48
2024-11-17 08:28
2024-11-17 07:52