GetOne("Select addtable From `#@__channeltype` where id='$channelid' "); //$addtable = trim($cts['addtable']); $addtable = trim('#@__taoke_auction'); if(!empty($addtable)) { $query = "select count(*) as num from `{$addtable}` where title='$title'".$typeidstr; $row=$dsql->GetOne($query); if($row['num']>0) { echo("[yes]"); }else{ echo("[no]"); } } exit(); //} ?>