<?php if(!defined('InEmpireCMS')) { exit(); } ?><?php $nuber=$empire->gettotal('select count(*) as total from phome_ecms_zidian'); function rands($num,$nubers){ $randnum=$num; $randids=''; $randdh=''; for($i=1;$i<=$randnum;$i++){ $randids.=$randdh.rand(1,$nubers); $randdh=','; } $allstr.=$randids; echo $allstr; } ?> 大神您好!帮忙看看以上这代码,是什么地方错误?要如何修复?此代码生成内容页时报以下错误 Fatal error: Cannot redeclare rands() (previously declared in /www/wwwroot/zd.xx.cn/e/data/tmp/tempnews17_all.php:8) in /www/wwwroot/zd.xx.cn/e/data/tmp/tempnews17_all.php on line 18
|