火车头采集器在dedebiz入库前过滤掉同标题内容。
/admin/article_api.php
$arcrow = $dsql->GetOne("SELECT id FROM `biz_archives` WHERE title LIKE '$title' "); if (is_array($arcrow)) { exit("成功发布文章"); }
火车头采集器在dedebiz入库前过滤掉同标题内容。
/admin/article_api.php
$arcrow = $dsql->GetOne("SELECT id FROM `biz_archives` WHERE title LIKE '$title' "); if (is_array($arcrow)) { exit("成功发布文章"); }