php 隐藏图片难题!!!

发布网友 发布时间:2022-04-06 01:04

我来回答

2个回答

热心网友 时间:2022-04-06 02:33

<img src="a.php"> 存为b.htm

<?php
$file = "https://gss0.bdstatic.com/70cFsjip0QIZ8tyhnq/img/logo-.gif";
$pic = file_get_contents($file);
header("Content-type: image/*");
echo $pic;
?>
存为a.php
然后访问b.htm

热心网友 时间:2022-04-06 03:51

echo "<img src='".$image_file."' border='0'>";

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com