V Posted July 3, 2010 Share Posted July 3, 2010 RSS.. I never used it but apparently everyone does. I'm trying to add it to my site so when I post a new article the feed will be updated automatically like on Wordpress. I looked on w3schools for some guidance but it doesn't explain how to integrate RSS to php and others tutorials seem outdated. Has anyone added RSS to a site from scratch? Link to comment https://forums.phpfreaks.com/topic/206595-php-and-rss/ Share on other sites More sharing options...
Mchl Posted July 3, 2010 Share Posted July 3, 2010 I did. Link to comment https://forums.phpfreaks.com/topic/206595-php-and-rss/#findComment-1080673 Share on other sites More sharing options...
V Posted July 3, 2010 Author Share Posted July 3, 2010 Hmm, was it difficult? Link to comment https://forums.phpfreaks.com/topic/206595-php-and-rss/#findComment-1080743 Share on other sites More sharing options...
Mchl Posted July 3, 2010 Share Posted July 3, 2010 Not really. XMLWriter works well, and it's just a matter of recreating RSS format as described in documentation. Link to comment https://forums.phpfreaks.com/topic/206595-php-and-rss/#findComment-1080839 Share on other sites More sharing options...
V Posted July 3, 2010 Author Share Posted July 3, 2010 Ooh cool! Thanks for the link I just used DOMDocument to create xml files via php. Not sure if it's better than XMLWriter() Link to comment https://forums.phpfreaks.com/topic/206595-php-and-rss/#findComment-1080847 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.