$id=$_GET["id"];//使用GET方法接受欲更新的ID$sqla="select * from $tablename where id=$id";echo"$sqla";就只能输出这个;select * from news where id=就是不能获取到id,我不知道哪里出错了,请教各位,帮帮忙。。。
- 2 回答
- 0 关注
- 981 浏览
添加回答
举报
0/150
提交
取消