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