I'm using PHP to display an image (dynamically returning a binary blob with a mime type of image/png
for example) so that means I can't use the typical method for changing the favicon (link
tags).
The HTML solution is this:
<link rel="shortcut icon" href="favicon.ico" />
Is there a way I can set the favicon in PHP for a non HTML document?