execute(ar">
时间:2021-07-01 10:21:17 帮助过:6人阅读
t.php
ajax.php
prepare("insert into ajax(txt)values(?)");
$stmt->execute(array($txt));
?>
用ajax提交以后数据库中也多了一条 但是显示是null 这是为什么?我ajax用的不对吗?
t.php
ajax.php
prepare("insert into ajax(txt)values(?)");
$stmt->execute(array($txt));
?>
你好像并没有把数据传到后台吧。
哪里传值了?
send里并没有值,有form表单了就没必要写ajax了把 ,配值target="iframe_name"