Hey there-
I have a php script that can generate a barcode. It presents the barcode as a PNG in the browser.
If I try to display anything else, it gives an error-usually having to do with headers (headers have already been sent).
I understand why this happens.
What I am wondering is: Is it possible to some how send a header that allows multiple types of content (my text and my image), or is there a way to send multiple headers?
Thanks
Chris