直接写入文章数据表

$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());}

你可能感兴趣的:(直接写入文章数据表)