jduffell Posted June 16, 2007 Share Posted June 16, 2007 Hello I'm newbie web designer, and currently i'm trying to understand how the whole RSS jazz works, so i was wondering if anybody could help me. I have an RSS feed from the website FLICK.COM which is at http://api.flickr.com/services/feeds/photos_public.gne?id=97887293@N00&lang=en-us&format=rss_200 however i'm trying to sync this with a web standards xhtml website, within the body section it is blank, and i was wondering if anybody new of a simple piece of code which would allow me to dispaly this feed within the doc. Any help would be much appreciated, and if there's a way of displaying multpile feeds that would be even better, cheers for any help. Link to comment https://forums.phpfreaks.com/topic/55852-php-rss-website-sync/ Share on other sites More sharing options...
Cenron Posted June 16, 2007 Share Posted June 16, 2007 PHP has a set of functions already built into it to do what your looking for...all you need to do is XML manipulation. PHP freaks has a set of tutorials for this http://www.phpfreaks.com/tutorial_cat/28/PHP-XML.php Link to comment https://forums.phpfreaks.com/topic/55852-php-rss-website-sync/#findComment-275933 Share on other sites More sharing options...
Rojay Posted June 16, 2007 Share Posted June 16, 2007 http://www.php.net/manual/en/ref.simplexml.php as simple as it can be Link to comment https://forums.phpfreaks.com/topic/55852-php-rss-website-sync/#findComment-275939 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.