Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有这个公认的答案运作良好,其中第 1 列和第 2 列设置为 varchar。当我将字符串插入表单时,它不会将数据插入我的数据库。我知道这是因为我的字符串周围没有引号,例如“值”,但我不知道如何在 php 中处理它?有人在这里有什么想法吗?
嗯...只需键入"值?
"
$sql2 .= '("' .$_POST['column1'][$i] . '", "' . $_POST['column2'][$i] . '")';