I am looking for a very simple script that will read an XML list from a website page and store it in to a mysql database.
The XML list updates weekly and I want a a weekly cron to update the database with new entries, and ensure there are no duplicates. A script to run from the command line is needed to update the database.
Secondly, I am looking to create a web page from the imported database that will be in a neatly formatted display the contents of the database, sorted in various ways …
