I want open new web page to display the image,when my php was create the image
<?
.........
$img = $file.create_image; // $img like http://abc.com/abc.jpg
header("Location: $img");
?>
when i using header, it have a error
Cannot modify header information - headers already sent by (output....
or using other php function to open new page.