Ver Mensaje Individual
  #5 (permalink)  
Antiguo 10/07/2008, 06:24
cehojac
 
Fecha de Ingreso: marzo-2008
Mensajes: 342
Antigüedad: 16 años, 1 mes
Puntos: 4
Respuesta: Problema con rss

Cita:
Iniciado por Trutxof Ver Mensaje
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
vaya leyendo me encontre con esto. me has dado una buena idea con los xml. Un Saludo.