View Single Post
Old 09-15-2009, 08:50 PM   #2 (permalink)
adamdecaf
The Addict
 
Join Date: May 2009
Posts: 287
Thanks: 5
adamdecaf is on a distinguished road
Default

PHP Code:

$file 
simplexml_load_file('http://www.techau.tv/blog/?feed=rss2');

print_r($file); 
Done.
__________________
My Site
adamdecaf is offline  
Reply With Quote