使用以下代码,我没有收到任何错误。但我输入的记录不会保存到数据库php myadmin。数据库不会更新。
答案 0 :(得分:0)
几个问题:
<!DOCTYPE html>
<html>
<head>
<style>
.main {
background-color: blue;
position: relative;
}
h1 {
position: absolute;
top: 0;
left: 0;
border: 1px solid black;
height: 100%;
width: 100%;
}
</style>
<title>Page Title</title>
</head>
<body>
<section class="main">
<h1>This is a Heading</h1>
</section>
</body>
</html>
数组构造奇怪。我怀疑那是你想要的$col
时,你没有在对象中使用变量。错误的范围。在调试时,您应该在执行之前通过打印来验证查询的内容。那会抓住这个错误