I want to parse an existing RSS feed from another website with php and then store certain parts of it in a mysql database.
I'm very competent with php and mysql but have never worked with rss feeds before, where should i start?
- is there an equivalent to file_get_contents() for getting rss into php?
- are rss feeds broken down into xml/microdata or do i need to use regex to grab bits?
cheers!