Ver Mensaje Individual
  #4 (permalink)  
Antiguo 10/07/2008, 05:56
Trutxof
 
Fecha de Ingreso: agosto-2006
Mensajes: 191
Antigüedad: 17 años, 8 meses
Puntos: 3
Respuesta: Problema con rss

Podrias simular el crear un xml. Algo asi:

Código PHP:
<? header('Content-Type: text/xml');

//AQUI TUS CONSULTAS PHP

$XML='<?xml version="1.0" encoding="utf-8" ?>';
$XML.=//RESTO DEL XML

echo $XML;
?>
Salu2
__________________
El mejor consejo lo da la experiencia, aunque este siempre llega tarde.
Cacharreando con Joomla