firestarter30 Posted February 28, 2011 Share Posted February 28, 2011 Hello all That forum is my last desperate attemp to do what i want to do. Ok here is the story I want to create a simple rss feed in conjuction with php and mysql. I dont want admin areas ect , i just want when i insert a new listing to my database to be able shown up to my (future) rss subscribers. To be more technically specific i want to show to my surfers updates about 2 tables in my database not all the tables. The example i found so far were about only 1 table, plus i was encounting errors to my script. I would like some ideas, directions if someone is kind enough to help a sad developer :'( Thanks in advance! Link to comment https://forums.phpfreaks.com/topic/229157-how-to-create-an-rss-feed/ Share on other sites More sharing options...
firestarter30 Posted March 1, 2011 Author Share Posted March 1, 2011 Bump for answers :'( Link to comment https://forums.phpfreaks.com/topic/229157-how-to-create-an-rss-feed/#findComment-1181091 Share on other sites More sharing options...
cssfreakie Posted March 1, 2011 Share Posted March 1, 2011 is this maybe something? http://www.webreference.com/authoring/languages/xml/rss/custom_feeds/ I have never done this but it might be of help Link to comment https://forums.phpfreaks.com/topic/229157-how-to-create-an-rss-feed/#findComment-1181096 Share on other sites More sharing options...
firestarter30 Posted March 3, 2011 Author Share Posted March 3, 2011 Ok seems that after a lot of reasearch i did it. Something i came up with , was the date format according to RFC2822 standars and here is how to output the date. <pubDate>" . gmdate(DATE_RFC2822,strtotime($row['dateColumn'])) . "</pubDate> Link to comment https://forums.phpfreaks.com/topic/229157-how-to-create-an-rss-feed/#findComment-1182362 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.