elseif($modtype==7)//碎片 { $query="select fileid,filename,filesize,path,filetime,no,fpath from {$dbtbpre}enewsfile_other where modtype=7 and type='$type'"; $totalquery="select count(*) as total from {$dbtbpre}enewsfile_other where modtype=7 and type='$type'"; $tranname='碎片';
要增加一个类似的玩意 elseif($modtype==7)//自定义页面 { $query="select fileid,filename,filesize,path,filetime,no,fpath from {$dbtbpre}enewsfile_other where modtype=7 and type='$type'"; $totalquery="select count(*) as total from {$dbtbpre}enewsfile_other where modtype=7 and type='$type'"; $tranname='碎片';
|