Ciao ragazzi ho un piccolo problemino:
in un file php ho la seguente linea di codice:
Codice PHP:
$tweeters = new SimpleXMLElement($tw); 
quando lo lancio esce il seguente messaggio di errore:
Fatal error: Uncaught exception 'Exception' with message 'String could not be parsed as XML' in C:\Programmi\xampp\htdocs\twitter\index.php:13 Stack trace: #0 C:\Programmi\xampp\htdocs\twitter\index.php(13): SimpleXMLElement->__construct('') #1 {main} thrown in C:\Programmi\xampp\htdocs\twitter\index.php on line 13

Mi potete dare delle maggiori info?!?