Thread
:
serialize XML Category
View Single Post
09-15-2009, 08:50 PM
#
2
(
permalink
)
adamdecaf
The Addict
Join Date: May 2009
Posts: 287
Thanks: 5
PHP Code:
$file
=
simplexml_load_file
(
'http://www.techau.tv/blog/?feed=rss2'
);
print_r
(
$file
);
Done.
__________________
My Site
adamdecaf
View Public Profile
Send a private message to adamdecaf
Visit adamdecaf's homepage!
Find More Posts by adamdecaf