Hello!
I'm trying to figure out how to make RSS feeds in my site. I mean: actually create these feeds while changes are made.
Well, I have a nice organized DB for that, and I control PHP pretty well, but I know nothing about XML and parsers... so I tried a few things:
a. FeedCreator - an open-source PHP class that helps you make an XML file from your wanted input. It works. The problem is - now the news "source" is a static file, like "peleg.xml", and not a dynamic one - this static file is updated from time to time (for example, when a new post "occurs"), but it still not dynamic...
I know it can be done - there are RSS sources that are ASP files, for example (http://www.notes.co.il/rss.asp?b=191 - this is a Hebrew example I found...) - but I don't know how to make these, and of course I'd like to know how to do it in PHP...
so... if anyone have a single clue, please - I would be grateful. Thanks!
Peleg.