Related questions
Best way to parse RSS/Atom feeds with PHP
I'm currently using Magpie RSS but it sometimes falls over when the RSS or Atom feed isn't well formed. Are there any other options for parsing RSS and Atom feeds with PHP?
preg_match(); - Unknown modifier '+'
Alright, so I'm currently working on parsing an RSS feed. I've gotten the data I need no problem, and all I have left is parsing the game title.
Here is the code I currently have (ignore the sloppiness, it is …