Hi everyone. Can you help me find a solution for the following idea? Is there a way to load (using PHP/MySOl) the top music chart titles and the band names from "somewhere" into my MySOL database? I would like to do this once a week using a cron job on the server.
You could either scrape (ehh) or use an RSS feed (if the place has one), and place the data into a MySQL db. The hardest part would be actually getting the data in the first place, where are you wanting to pull it from?