rajmohan Posted December 26, 2006 Share Posted December 26, 2006 Hai guys, Any one know how to create rss feed? Link to comment https://forums.phpfreaks.com/topic/31852-how-to-create-rss-feed/ Share on other sites More sharing options...
trq Posted December 26, 2006 Share Posted December 26, 2006 Searching google for [i]php rss feed tutorial[/i] return 20,000,000+ hits. Or would you like us to write another one? Link to comment https://forums.phpfreaks.com/topic/31852-how-to-create-rss-feed/#findComment-147804 Share on other sites More sharing options...
rajmohan Posted December 26, 2006 Author Share Posted December 26, 2006 whether we should install xml or any thing except PHP and mysql Link to comment https://forums.phpfreaks.com/topic/31852-how-to-create-rss-feed/#findComment-147809 Share on other sites More sharing options...
AndyB Posted December 26, 2006 Share Posted December 26, 2006 [quote author=rajmohan link=topic=119917.msg491599#msg491599 date=1167111663]whether we should install xml ...[/quote]Perhaps it would help to understand what xml is ... http://www.w3.org/TR/1998/REC-xml-19980210 Link to comment https://forums.phpfreaks.com/topic/31852-how-to-create-rss-feed/#findComment-147811 Share on other sites More sharing options...
resome Posted December 26, 2006 Share Posted December 26, 2006 here's a simple one I found the other day.open notepad and cut and paste the following (replacing the url with one of your own)rename it to lets say myweb.rss and upload it to a server.[code] <rss version="0.91">- <channel><title/><link/><description>keep upto date with the tdu club list</description><language>en-us</language>- <item><title>TDU Club list</title><link>http://forums.eu.atari.com/showthread.php?t=46048</link><description>keep upto date with the tdu club list</description></item></channel></rss>[/code]to put the rss button on your webpage do the following. find an image of an rss or xml icon and upload it to your server[code]<a name="" href="http://www.example.rss"><img src="http://www.example/rss.gif" border="0"></a>[/code]The only problem I get is that it doesn't add a new page. I'm yet to learn that part... Link to comment https://forums.phpfreaks.com/topic/31852-how-to-create-rss-feed/#findComment-147861 Share on other sites More sharing options...
redarrow Posted December 26, 2006 Share Posted December 26, 2006 You need to read this to learn very slowly dont jump before walking good luckhttp://www.w3schools.com/rss/default.asp Link to comment https://forums.phpfreaks.com/topic/31852-how-to-create-rss-feed/#findComment-147862 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.