两个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;}?>
另一个b.php,代码是
<?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();}}?>
网页输出图片路径是

求助把b.php文件的代码合并到a.php,网页输出用一个变量来代替,如

回复讨论(解决方案)
不明白你的意思!
a.php 只是定义了一个函数,b.php 中并没有调用它
不明白你的意思!
a.php 只是定义了一个函数,b.php 中并没有调用它



贴全相关代码
贴全相关代码
你好,谢谢你的回复,htm网页的代码是这样的
用于discuz列表页获取帖子图片的
贴全相关代码
版主啊,求帮忙 不知道你想表达什么
如果你是想让b.php 这段代码 能在a.php里运行 ,那就加在
while ($rw=DB::fetch($rs)){ $array[]=$rw; }
这段代码里,定义一个$array[‘tupian’] = (b.php 返回的值)
这样子,return $array 的时候,在html里,解析一下,就可以了
不知道你想表达什么
如果你是想让b.php 这段代码 能在a.php里运行 ,那就加在
while ($rw=DB::fetch($rs)){ $array[]=$rw; }
这段代码里,定义一个$array[‘tupian’] = (b.php 返回的值)
这样子,return $array 的时候,在html里,解析一下,就可以了 我想表达的是能不能用变量$tupian代替b.php,然后html里解析直接是


不知道你想表达什么
如果你是想让b.php 这段代码 能在a.php里运行 ,那就加在
while ($rw=DB::fetch($rs)){ $array[]=$rw; }
这段代码里,定义一个$array[‘tupian’] = (b.php 返回的值)
这样子,return $array 的时候,在html里,解析一下,就可以了 还有就是您说的这个代码具体怎么加,请贴一下代码,我php很初级,谢谢
dz好像有个
提问时最好表达简明准确,你的目的是什么,你碰到的问题是什么
dz好像有个
提问时最好表达简明准确,你的目的是什么,你碰到的问题是什么
谢了,大概就是你写的这个代码的意思,你的这个代码怎么加啊,
while ($rw=DB::fetch($rs)){
$array[]=$rw;
$tupian = b.php?aid=$o[aid];
}
我这样加直接就报错了
dz好像有个
提问时最好表达简明准确,你的目的是什么,你碰到的问题是什么
谢了,大概就是你写的这个代码的意思,你的这个代码怎么加啊,
while ($rw=DB::fetch($rs)){
$array[]=$rw;
$tupian = b.php?aid=$o[aid];
}
我这样加直接就报错了
我写的是语法不标准的示例,准确的是
$tupian = 'b.php?aid=' . $rw['aid'];
字符串要加引号

Long URLs, often cluttered with keywords and tracking parameters, can deter visitors. A URL shortening script offers a solution, creating concise links ideal for social media and other platforms. These scripts are valuable for individual websites a

Laravel simplifies handling temporary session data using its intuitive flash methods. This is perfect for displaying brief messages, alerts, or notifications within your application. Data persists only for the subsequent request by default: $request-

This is the second and final part of the series on building a React application with a Laravel back-end. In the first part of the series, we created a RESTful API using Laravel for a basic product-listing application. In this tutorial, we will be dev

Laravel provides concise HTTP response simulation syntax, simplifying HTTP interaction testing. This approach significantly reduces code redundancy while making your test simulation more intuitive. The basic implementation provides a variety of response type shortcuts: use Illuminate\Support\Facades\Http; Http::fake([ 'google.com' => 'Hello World', 'github.com' => ['foo' => 'bar'], 'forge.laravel.com' =>

The PHP Client URL (cURL) extension is a powerful tool for developers, enabling seamless interaction with remote servers and REST APIs. By leveraging libcurl, a well-respected multi-protocol file transfer library, PHP cURL facilitates efficient execution of various network protocols, including HTTP, HTTPS, and FTP. This extension offers granular control over HTTP requests, supports multiple concurrent operations, and provides built-in security features.

Do you want to provide real-time, instant solutions to your customers' most pressing problems? Live chat lets you have real-time conversations with customers and resolve their problems instantly. It allows you to provide faster service to your custom

The 2025 PHP Landscape Survey investigates current PHP development trends. It explores framework usage, deployment methods, and challenges, aiming to provide insights for developers and businesses. The survey anticipates growth in modern PHP versio

In this article, we're going to explore the notification system in the Laravel web framework. The notification system in Laravel allows you to send notifications to users over different channels. Today, we'll discuss how you can send notifications ov


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

EditPlus Chinese cracked version
Small size, syntax highlighting, does not support code prompt function

Dreamweaver Mac version
Visual web development tools

Notepad++7.3.1
Easy-to-use and free code editor

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft
