Ver Mensaje Individual
  #1 (permalink)  
Antiguo 21/09/2004, 15:55
jorged
 
Fecha de Ingreso: septiembre-2004
Mensajes: 3
Antigüedad: 19 años, 7 meses
Puntos: 0
Consulta sobre PHP

Estoy utilizando este script: http://www.sitepoint.com/article/php...arsing-rss-1-0
Pero en un momento dice:
Cita:
$attrs is an associative array of the attributes that are present in the tag that triggered the event. For example, if the tag <body bgcolor="#FFFFFF"> triggered the event, then the value of $attrs['BGCOLOR'] would be "#FFFFFF". Note that, like the tag name, attribute names are case-folded (all uppercase).
Mi duda es, como puedo hacer para mostrar ese $attrs['BGCOLOR'] en PHP?