Proper HTTP Content Negotiation in PHP
Posted on January 9th, 2006 | Category: PHPLast summer, I was looking into a quick PHP script that does HTTP content negotiation for a small project I was working on. After searching around Google for several hours, I found several scripts that determined if a browser supported proper XHTML mime-types or not, but nothing for proper HTTP content negotiation. So I decided […]