Hi,
I am still unable to load the tweets into the table.
The query I am using is:
api.twitter.com/1/statuses/user_tim
...
When I remove the @ symbol from simplexml_load_file, I copy and paste the url which is built from the query into an address bar on another tab and the xml file is there for me to view.
If I try using var_dump($twits) after the loading of the xml file bool(false) is printed on the web page.
I dont know if I am following the right here but on this link, http://php.net/manual/en/function.simplexml-load-file.php kannan writes that nodes that include ":" within them instead of "-" fail to load through the simplexml_load_file function.
It feels like I am going down the wrong road here, as it feels like this should work but maybe its a problem with my server. I am running PHP 5.2 on my server with allow_url_fopen enabled (I think this allows for external xml files to read).
If you can help me anymore with this that would be great, but maybe this is a specialised case and it may be too time consuming to debug!
Please get back to me with your thoughts on this.
Best Regards
Darren Conyard