Heim > Artikel > Backend-Entwicklung > 来个高手啊,一个困扰我很久的php问题,求帮助
两个php文件,一个为a.php,代码是
<?phpfunction threadpics($tid,$num=1){ $tableid=substr($tid,-1,1); $array=array(); $rs=DB::query("SELECT aid FROM ".DB::table("forum_attachment_{$tableid}")." WHERE `tid` ='$tid' AND `isimage` =1 AND `price`=0 order by aid asc LIMIT 0 , $num"); while ($rw=DB::fetch($rs)){ $array[]=$rw; } return $array;}?>
<?phprequire_once './source/class/class_core.php';$discuz = & discuz_core::instance();$discuz->init();$nopic='./static/image/common/nophotosmall.gif';//ȱʡͼƬ$aid=intval($_G['gp_aid']);if(1){$tableid=DB::result_first("SELECT `tableid` FROM ".DB::table("forum_attachment")." WHERE `aid` ='$aid' LIMIT 0 , 1");$attach=DB::fetch_first("SELECT * FROM ".DB::table("forum_attachment_$tableid")." WHERE `aid` ='{$aid}' LIMIT 0 , 1");$thumbfile="./forum/".$attach['attachment'];if(file_exists($thumbfile)){ header("location:{$thumbfile}"); die();}}?>
不明白你的意思!
a.php 只是定义了一个函数,b.php 中并没有调用它
不明白你的意思!
a.php 只是定义了一个函数,b.php 中并没有调用它
贴全相关代码
贴全相关代码
你好,谢谢你的回复,htm网页的代码是这样的
贴全相关代码
版主啊,求帮忙 不知道你想表达什么
如果你是想让b.php 这段代码 能在a.php里运行 ,那就加在
while ($rw=DB::fetch($rs)){ $array[]=$rw; }
不知道你想表达什么
如果你是想让b.php 这段代码 能在a.php里运行 ,那就加在
while ($rw=DB::fetch($rs)){ $array[]=$rw; }
不知道你想表达什么
如果你是想让b.php 这段代码 能在a.php里运行 ,那就加在
while ($rw=DB::fetch($rs)){ $array[]=$rw; }
dz好像有个
提问时最好表达简明准确,你的目的是什么,你碰到的问题是什么
dz好像有个
提问时最好表达简明准确,你的目的是什么,你碰到的问题是什么
dz好像有个
提问时最好表达简明准确,你的目的是什么,你碰到的问题是什么