请问各位我php操作mysql数据库修改数据这样写有错吗 老是错误
请问各位我php操作mysql数据库修改数据这样写有错吗老是错误<divclass="panel-heading"style="display:none">修改数据<fo...
请问各位我php操作mysql数据库修改数据这样写有错吗 老是错误<div class="panel-heading" style="display:none">修改数据
<form action="newfile.php?act=add" method="get" >
<table class="table table-striped table-responsive table-hover">
<tr>
<th>姓名</th>
<th>年龄</th>
<th>性别</th>
<th width="120">操作</th>
</tr>
<tr>
<td><input type="text" name="up_name"></td>
<td><input type="text" name="up_age"></td>
<td><input type="text" name="up_sex"></td>
<th width="120"><input type="submit" value="提交"></th>
</tr>
</table>
</form>
<?php foreach($row as $admin):?>
<span class="update" add_id="<?php echo $admin['id']?>">修改</span>
<script>
$(function(){
$('.update').click(function(){
$('.panel-heading').css('display','block')
var id=$(this).attr("add_id");
var url="newfile.php?id="+id;
$.get(url);
});
});
</script> 展开
<form action="newfile.php?act=add" method="get" >
<table class="table table-striped table-responsive table-hover">
<tr>
<th>姓名</th>
<th>年龄</th>
<th>性别</th>
<th width="120">操作</th>
</tr>
<tr>
<td><input type="text" name="up_name"></td>
<td><input type="text" name="up_age"></td>
<td><input type="text" name="up_sex"></td>
<th width="120"><input type="submit" value="提交"></th>
</tr>
</table>
</form>
<?php foreach($row as $admin):?>
<span class="update" add_id="<?php echo $admin['id']?>">修改</span>
<script>
$(function(){
$('.update').click(function(){
$('.panel-heading').css('display','block')
var id=$(this).attr("add_id");
var url="newfile.php?id="+id;
$.get(url);
});
});
</script> 展开
3个回答
展开全部
你那个$set是不是前面没定义?所以最后一直都是空的
你更新之前,打印一下SQL语句试试。
你更新之前,打印一下SQL语句试试。
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2017-02-11
展开全部
把错误提示贴出来,用mysqli_error打印具体mysql的错误。
追问
没有报错 就是更新失败 不知道什么原因 是不是在接受页面没有接受到啊 不知道代码是不是有错误
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
报的什么错
更多追问追答
追问
你好 没有报错 就是更新失败 不知道什么原因 是不是在接受页面没有接受到传来的数据
啊 不知道代码是不是有错误
追答
这里看起来没错,(你看看字段名有没有问题)
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询