搜索

首页  >  问答  >  正文

为什么用notepid++提交留言时不能找到id和alert语句?

<?php

include ("conn.php");

$id=$_POST['id'];

$user=$_POST ['用户'];

$title=$_POST['标题'];

$content=$_POST['内容'];

if($_POST ['提交']){

$sql="插入消息(id,用户,标题,内容,最后日期)VALUES('','$user','$title','$content' ,now())";

mysql_query($sql);

echo "alert('提交成功');location.href='add.html';< ;/seript>";

}

?>


微蕤轻凉微蕤轻凉2382 天前1219

全部回复(3)我来回复

  • 浮云

    浮云2018-08-07 22:53:11

    其他的我不好奇,就是好奇你那个$id,是怎么来的,提交过来的$_POST数组里面,有一项id吗?貌似我输出一下,没看到

    回复
    0
  • 亚连

    亚连2018-06-11 09:25:27

    不是<seript>,是<script>

    回复
    0
  • 亚连

    亚连2018-06-11 09:24:28

    echo "<seript>alert('提交成功');location.href='add.html';</seript>";你仔细看看这个语句有什么错误?

    回复
    0
  • 取消回复