tularis         Fri Jan  3 11:05:17 2003 EDT

  Modified files:              
    /phpdoc/en/reference/http/functions header.xml 
  Log:
   updated the *fix* so it better suits the purpose
  
  
Index: phpdoc/en/reference/http/functions/header.xml
diff -u phpdoc/en/reference/http/functions/header.xml:1.9 
phpdoc/en/reference/http/functions/header.xml:1.10
--- phpdoc/en/reference/http/functions/header.xml:1.9   Fri Jan  3 10:28:42 2003
+++ phpdoc/en/reference/http/functions/header.xml       Fri Jan  3 11:05:16 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
 <!-- splitted from ./en/functions/http.xml, last change in rev 1.2 -->
   <refentry id="function.header">
    <refnamediv>
@@ -172,9 +172,10 @@
      <informalexample>
       <programlisting role="php">
 <![CDATA[
+<html>
 <?php 
-echo ' ';
-header ("Content-type: audio/x-pn-realaudio"); ?>
+header ("Content-type: audio/x-pn-realaudio"); 
+?>
 // Broken, note the echo ' ' above
 ]]>
       </programlisting>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to