On Fri, 3 Jan 2003, Maciek Sokolewicz wrote:
> tularis Fri Jan 3 10:28:42 2003 EDT
>
> Modified files:
> /phpdoc/en/reference/http/functions header.xml
> Log:
> Fixed bug id #21391
hmm, a much better fix would be:
<![CDATA[
<html>
<?php
header("Content-type: audio/x-pn-realaudio"); ?>
// Broken, note the echo ' ' above
]]>
like goba showed in the email as the point was that outputting HTML is a
problem when you use headers.
Derick
--
-------------------------------------------------------------------------
Derick Rethans http://derickrethans.nl/
PHP Magazine - PHP Magazine for Professionals http://php-mag.net/
-------------------------------------------------------------------------
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php