Ver Mensaje Individual
  #1 (permalink)  
Antiguo 08/06/2010, 09:20
Avatar de mark_ant0n
mark_ant0n
 
Fecha de Ingreso: enero-2009
Ubicación: Comitan, Chiapas mx
Mensajes: 388
Antigüedad: 15 años, 3 meses
Puntos: 6
Cannot modify header information xml+php

Estoy intentando hacer mi xml dinamico para poder manipular mediante action script, este es mi codigo xml ya con php, si acceso a el mediante http://localhost/pagina/data.php me sale el tipico error de:

Warning: Cannot modify header information - headers already sent by (output started at C:\AppServ\www\pagina\data.php:1) in C:\AppServ\www\pagina\data.php on line 1

Este es mi codigo xml+php, es normal que salga ese error??, ya e revisado con el bloc de notas, php designer el editor de cpanel y no encuentro ningun caracter en la parte inicial, mi flash no funciona quiero pensar que es por que me sale ese error, gracias por su ayuda....

Código PHP:
Ver original
  1. <?php header('Content-Type: text/xml');
  2. echo "<?xml version='1.0' encoding='iso-8859-1'?>";
  3. echo "<Banner";
  4.     echo 'bannerWidth=""';
  5.     echo 'bannerHeight=""';
  6.     echo 'textSize="14"';
  7.     echo 'textColor="#000"';
  8.     echo 'textAreaWidth=""';
  9.     echo 'textLineSpacing="0"';
  10.     echo 'textLetterSpacing="-0.5"';   
  11.     echo 'textMarginLeft="12"';
  12.     echo 'textMarginBottom="5"';
  13.     echo 'transitionType="5"';
  14.     echo 'transitionDelayTimeFixed="2"';
  15.     echo 'transitionDelayTimePerWord=".5"';
  16.     echo 'transitionSpeed="8"';
  17.     echo 'transitionBlur="yes"';
  18.     echo 'transitionRandomizeOrder="no"';  
  19.     echo 'showTimerClock="yes"';
  20.     echo 'showBackButton="no"';
  21.     echo 'showNumberButtons="yes"';
  22.     echo 'showNumberButtonsAlways="no"';
  23.     echo 'showNumberButtonsHorizontal="no"';
  24.     echo 'showNumberButtonsAscending="yes"';
  25.     echo 'autoPlay="yes"';
  26.     echo '>';
  27.  
  28.     echo '<item image="./modulos/empresas/banner_images/b1.jpg"';
  29.         echo 'link="http://www.google.co.in/search?hl=en&q=1"';
  30.         echo 'target="_blank"';
  31.         echo 'textBlend="no"><![CDATA[Todo' ;
  32.     echo ']]></item>';
  33.  
  34. echo '</Banner>'
  35. ?>
__________________
"Diseño de software a la medida"

http://www.sadhoc.com