Re: FN-FORUM Php and multiple headers
date posted 1st November 2002 11:01
No you cant.
However if I can guess what you are trying to do, you could have the HTML
call a php script like this:
Then the imagecode.php script would output:
Header("Content-Type: image/jpeg");
Will
On Friday 01 Nov 2002 10:34 am, Stefan Savva wrote:
> Hello,
>
> Does anyone how I would add a secondary header halfway down a page like
> this below.
>
> Header("Content-Type: image/jpeg");
>
> All I seem to get is an error message saying "headers already sent"
>
> Much appreciated,
>
> Stefan
>