13/01/2010, 20:37
|
| | Fecha de Ingreso: octubre-2009
Mensajes: 32
Antigüedad: 15 años, 1 mes Puntos: 2 | |
Respuesta: problemas Porque no pruebas con:
Código:
<?php
$xml = simplexml_load_file("http://twitter.com/statuses/user_timeline/Cocert.xml?count=1");
$ultimo_tweet = $xml -> status -> text;
echo $ultimo_tweet;
?>
|