gpt4 book ai didi

PHP里面的i​​mg src

转载 作者:行者123 更新时间:2023-12-04 05:08:38 24 4
gpt4 key购买 nike

尝试查看通过图像 src 调用的 PHP 脚本可以执行哪些操作,如下所示:

<img src="http://example.com/script.php" />

现在,我尝试在 script.php 中包含 PHP header() 函数:
<?php
header("Location: http://example.com");

我还尝试回显期望 img 显示它的图像 url,但它没有:
<?php
echo 'http://example.com/image.png';

是否有任何方法可以使用在 img src 属性中调用的 PHP 脚本来执行此类操作?

最佳答案

Are there any ways of doing such things with a PHP script that is being called in the img src attribute?



否。用作 src 的资源对于 img 标签需要输出图像数据,仅此而已。

有一些异常(exception),例如。 header("location: ....")重定向,但重定向需要指向另一个有效的图像资源,而不是您在示例中显示的网站。

关于PHP里面的i​​mg src,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15175957/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com