Ver Mensaje Individual
  #8 (permalink)  
Antiguo 11/03/2011, 09:28
poshobelloxd
 
Fecha de Ingreso: marzo-2009
Mensajes: 25
Antigüedad: 15 años, 1 mes
Puntos: 0
[Solucionado]Problema RSS o XML en PHP

Listo lo solucione para el que tenga problemas en esto mi accion fue la siguiente.

Agrege al lastrss.php
Cita:
var $channeltags = array ('title', 'link', 'description', 'language', 'copyright', 'managingEditor', 'webMaster', 'lastBuildDate', 'rating', 'docs');
var $itemtags = array('title', 'link', 'description', 'author', 'category', 'comments', 'enclosure', 'guid', 'pubDate', 'source', 'dc:creator');
y en el php lo puse asi

Cita:
<tr>
<td style='width: 8px' class='style30'>&nbsp;</td>
<td style='width: 18px' class='style30'>
<img alt='' height='12' src='".$muweb['images_link']."/template/season6/images/icon_new_old.png' width='12'></td>
<td style='width: 464px' title='$item[description]'><a href='$item[link]' target='_blank'>$item[title]</a>, por <span>".$item['dc:creator']."</span></td>
<td style='width: 66px'>$item[pubDate]</td>
<td>&nbsp;</td>
</tr>
Espero les sirva a mi si me ayudo..