搜尋

首頁  >  問答  >  主體

為什麼用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>";

}

?>


#
微蕤轻凉微蕤轻凉2349 天前1198

全部回覆(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
  • 取消回覆