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...
Help!!! How i can capture data from another webpage?
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...
Help!!! How i can capture data from another webpage?