Using PHP to Serve M3U, CSS, etc.
Sunday, November 4th, 2007Background on MIME Types
I got this idea a while back when I was working on an XHTML content negotiation header. What it did, basically, was conditionally serve an XHTML document with the application/xhtml MIME type if you were using firefox, and it served it as text/xhtml if you were using IE (*shivers*).
The essential component of [...]