<?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 "
}
?>
亚连2018-06-11 09:24:28
echo "<seript>alert('提交成功');location.href='add.html';</seript>";你仔細看看這個語句有什麼錯誤?