我想打开新网页来显示图像,当我的 php 创建图像时
<?
.........
$img = $file.create_image; // $img like http://abc.com/abc.jpg
header("Location: $img");
?>
当我使用标题时,它有一个错误
Cannot modify header information - headers already sent by (output....
或使用其他 php 函数打开新页面。
我想打开新网页来显示图像,当我的 php 创建图像时
<?
.........
$img = $file.create_image; // $img like http://abc.com/abc.jpg
header("Location: $img");
?>
当我使用标题时,它有一个错误
Cannot modify header information - headers already sent by (output....
或使用其他 php 函数打开新页面。