I want to be able to provide my PHP script with a URL to an RSS feed and then the script extracts its details and inserts them into a database.
So basically I want it to extract the title, description and date from the RSS feed and them insert those details into a database. I know how to do the database insert part but not sure about the other part.
Anyone know how its done?
Thanks
Comments