www.gusucode.com > 51:【198-3365】仿寻模板网页模板下载素材销售下载站平台织梦模板 > 51:【198-3365】仿寻模板网页模板下载素材销售下载站平台织梦模板/plus/fedcount.php

    document.write("<?php 
    require_once(dirname(__FILE__)."/../include/common.inc.php"); 
    $row = $db->GetOne("select count(*) as fc from dede_feedback where aid='{$aid}' "); 
    if(!is_array($row)){ 
    echo "0"; 
        }else { 
            echo $row['fc']; 
    } 
?>");