PHP/MySOL Music Charts

Discussion in 'Programming' started by Gtoo, Oct 25, 2010.

  1. #1
    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.
     
    Gtoo, Oct 25, 2010 IP
  2. Smart Boy

    Smart Boy Well-Known Member

    Messages:
    199
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    105
    #2
    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?
     
    Smart Boy, Oct 28, 2010 IP