h4r00n Posted August 26, 2010 Share Posted August 26, 2010 Hi I get an error when trying to add a link to my rss feed <link>http://www.jobjar.co.uk/jobdetails.php?keywords=lon0014&page=1</link> Something to do with the last part of the link because when I remove the page=1 it then works. How can I resolve this? Also, will I have to manually update my xml file for rss feeds or can it be updated automatically? If so how? Thanks Link to comment https://forums.phpfreaks.com/topic/211781-rss-feed-help/ Share on other sites More sharing options...
Adam Posted August 26, 2010 Share Posted August 26, 2010 You cannot use ampersands in XML like that, you need to convert them to an entity: & Link to comment https://forums.phpfreaks.com/topic/211781-rss-feed-help/#findComment-1103923 Share on other sites More sharing options...
h4r00n Posted August 26, 2010 Author Share Posted August 26, 2010 So how do I fix this? Link to comment https://forums.phpfreaks.com/topic/211781-rss-feed-help/#findComment-1103926 Share on other sites More sharing options...
h4r00n Posted August 26, 2010 Author Share Posted August 26, 2010 I have fixed it, thank! Also, will I have to manually update my xml file or can it be updated itself? Link to comment https://forums.phpfreaks.com/topic/211781-rss-feed-help/#findComment-1103928 Share on other sites More sharing options...
Adam Posted August 26, 2010 Share Posted August 26, 2010 Yeah it shouldn't be difficult to write a bit of PHP to generate them for you. I'm guessing your links are stored within a database? Link to comment https://forums.phpfreaks.com/topic/211781-rss-feed-help/#findComment-1103995 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.