请教调用条数问题
<!-- EOT; $array=Get_Info($type='hot',$webdb[InfoJsListRows]>0?$webdb[InfoJsListRows]:10,$webdb[InfoJsListLeng]>0?$webdb[InfoJsListLeng]:22,$fid,$mid=0,1); foreach($array AS $rs){ print <<<EOT --> ·<a href="bencandy.php?fid=$rs[fid]&id=$rs[id]" target="_blank" title="$rs[full_title]">$rs[title]</a><br> <!-- EOT; }print <<<EOT -->
调用的是热门新闻,加什么代码可以控制调用的条数和标题字数呢? InfoJsListRows]:10 应该是调用10条的意思吧 但修改了根本不起作用的! 望知道的指点一下,谢了!
|