|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-12-14 08:00 UTC] derick@php.net
[2003-01-02 18:47 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 14:00:01 2025 UTC |
<?php header("Content-Type: audio/mpeg"); ?> results in the following header: Content-Type: audio/mpeg; charset=iso-8859-1 This is not understood by Internet Explorer. default charset was disabled in the php.ini file.