GetOne(“Select * From `dede_archives` where title like ‘$title’ “);
GetOne(“Select * From `dede_archives` where title like ‘$title’ and mid = ‘”.$cfg_ml->M_ID.”‘”);
织梦DedeCMS允许不同会员发布相同文章,不允许同一会员发布重复文章的方法: 打开 /member/inc/archives_check.php 文件 找到 //检测文档是否重复if($cfg_mb_cktitle==Y){$row = $dsql-GetOne(SELECT * FROM `dsfw_archives` WHERE title LIKE $title
GetOne(“Select * From `dede_archives` where title like ‘$title’ “);
GetOne(“Select * From `dede_archives` where title like ‘$title’ and mid = ‘”.$cfg_ml->M_ID.”‘”);