$sql="insert into message (id,user,title,content,lastdate) values(' ','".$_POST["user"]."','".$_POST["title"]."','".$_POST["content"]."',now())";