<?php
include ("conn.php");
$id=$_POST['id'];
$user=$_POST ['ユーザー'];
$title=$_POST['タイトル'];
$content=$_POST['コンテンツ'];
if($_POST ['submit']){
$sql="メッセージに挿入(id,user,title,content,lastdate)VALUES('','$user','$title','$content' ,now())";
mysql_query($sql);
echo "<seript>alert('交提成功');location.href='add.html';< ;/seript>";
}
?>
亚连2018-06-11 09:24:28
echo "<seript>alert('Submission success');location.href='add.html';</seript>"; このステートメントを詳しく見て、エラーを見つけてください。