JamLegend PHP Crawler?

Discussion in 'PHP' started by gerard0986, Dec 17, 2009.

  1. #1
    I want to make something that could possibly crawl JamLegend for a certain number of pages and grab all Song Names with the included song number. Then post it all to a .txt document in an organized list.

    How would I go about doing that? :confused: So far I could only display all links in an array like so...

    Array
    (
        [0] => /login
        [1] => javascript:void(0);
        [2] => /forgot_password
        [3] => /signup
        [4] => /
        [5] => /songs
        [6] => /artists
        [7] => /library
        [8] => /showdown
        [9] => /top_players
        [10] => /trackers
        [11] => /song/104998/?ref=featured
        And on....
    Code (markup):
     
    gerard0986, Dec 17, 2009 IP