Is it possible to use multiple header types in one document? For example:
header(\"Content-type: image/jpeg\"); header(\'Content-Type: text/html; charset=utf
No, a resource has just one media type. HTTP allows multipart messages that can contain multiple entities. But that’s not widely supported by today’s browser.