Hello,
I've just wrote a small script that generates some jpeg and I want to include them in my html.
Here is a snippet of my code:
...
echo "<img src=");
$gr->graphic($arg1,$arg2);
echo "><....";
...
But when I do this it says: header already sent ...
What do I do wrong ?
I know it's not possible to send multiple headers, but is there a work around?
Thank you,
Alex.