php 怎么向数据库提交复选框?为什么我存入的值都显示Array?代码那里有问题?
<?php$conn=@mysql_connect("localhost","root","root")ordie("连接错误");mysql_select_db("us...
<?php
$conn = @mysql_connect("localhost","root","root") or die("连接错误");
mysql_select_db("user",$conn)or die ("出错了");
mysql_query("set names 'GBK'");
$checkbox=$_POST[checkbox];
//print_r($checkbox);
if($_POST['Submit'])
{
$sql="insert into test (cheb,id) values('$checkbox','')";
mysql_query($sql,$conn);
}
?>
<!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/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title><label></label>
</head>
<body>
<form id="form" name="form" method="post" action="test.php">
<p>
<label>
<input type="checkbox" name="checkbox[]" value="购车贷款" />
房屋贷款</label>
<label>
<input type="checkbox" name="checkbox[]" value="购车贷款" />
购车贷款</label>
<label>
<input type="checkbox" name="checkbox[]" value="不贷款" />
不贷款</label>
</p>
<p>
<input type="submit" name="Submit" value="提交" />
</p>
</form> 展开
$conn = @mysql_connect("localhost","root","root") or die("连接错误");
mysql_select_db("user",$conn)or die ("出错了");
mysql_query("set names 'GBK'");
$checkbox=$_POST[checkbox];
//print_r($checkbox);
if($_POST['Submit'])
{
$sql="insert into test (cheb,id) values('$checkbox','')";
mysql_query($sql,$conn);
}
?>
<!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/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title><label></label>
</head>
<body>
<form id="form" name="form" method="post" action="test.php">
<p>
<label>
<input type="checkbox" name="checkbox[]" value="购车贷款" />
房屋贷款</label>
<label>
<input type="checkbox" name="checkbox[]" value="购车贷款" />
购车贷款</label>
<label>
<input type="checkbox" name="checkbox[]" value="不贷款" />
不贷款</label>
</p>
<p>
<input type="submit" name="Submit" value="提交" />
</p>
</form> 展开
展开全部
$checkbox是数组形锋仔者式
所以你需要转换一下
$checkbox = implode(',',$checkbox); 银薯// 数戚败组转换成字符串,使用逗号链接。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
一楼正厅宽解,$_post['郑辩checkbox'],这样写是将所有提交的value放到一个数组中。扮丛亮
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询