$sql="INSERT INTO emlog_web_blog (title,date,content,excerpt,alias,author,sortid,type,top,sortop,hide,checked,allow_remark,password) VALUES ('标题',1486002032,'文章内容','','',作者id,分类id,'blog','n','n','n','y','y','')";
if (!mysql_query($sql,$con)){die('Error: ' . mysql_error());}