GetOne("select count(*) as fc from `#@__feedback` where aid='{$aid}'"); if(!is_array($row)) { echo "document.write('0');"; }else { echo "document.write('".$row['fc']."');"; } exit();