veras al parecer este si va a servir por que si pongo el print_r($data); me regresa esto:
Array ( [results] => Array ( [result] => Array ( [player_steamid] => 0:0:146207 [team_league] => CAL-P [team_name] => Cyberglobe (10-3) [team_irc] => #Cyberglobe [player_alias] => [player_name] => geoff rigsby ) ) )
Pero no entiendo esta parte:
Código PHP:
echo $data["rss"]["channel"]["description"]; //Descripción
echo "<br><br>";
//Cuantos item?
$t = count($data["rss"]["channel"]["item"]);
//Recorremos el array
for($i = 0; $i < $t; $i++){
echo "<br><br>";
echo "<a href='" . $data["rss"]["channel"]["item"][$i]["link"] . "' target='_blank'>" . $data["rss"]["channel"]["item"][$i]["title"] . "</a>";
echo "<br>";
echo $data["rss"]["channel"]["item"][$i]["description"];
}
Supongo ke sera por ke no se nada de XML, talvez me puedas dar una ayudadita lo que busko es parsear esta info:
http://steamid.com/ircbot.php?qvalue=0:0:146207