Help!!! How i can capture data from another webpage?

Discussion in 'PHP' started by Halo5197, Jan 21, 2017.

  1. Halo5197

    Halo5197 New Member

    Joined:
    Jan 18, 2017
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    1
    Gender:
    Male
    I'm working on capturing data from a web page, but I did something complicated the thing, for example, the page I work on pulls the data as follows:
    1: 2.3: abc :: abc2: 123: # 0: 1: 0

    And I want to capture the data and sort it as follows:

    Data 1: 1
    Data 2: 2
    Data 3: 3

    Lyrics1: abc
    Lyrics2: abc2

    Voucher: 123
    ETC: 0
    ETC: 1
    ETC_E3: 0

    My question is ... can it be done ??? I know I can use the "file_get_contents" function of php, but I am somewhat confused and I have no idea how to move forward, is there another way or function to do it? If so, could you explain it to me?
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice