N
N
nezzard2014-01-12 19:39:30
PHP
nezzard, 2014-01-12 19:39:30

Parsed Page Array Output

Good evening, I parsed the search results page from "Kinopoisk" for the query matrix, I got the result, I output it via print_r( $result[0][0]);
Here's what I get
Click
Question, how do I get further through the array? For example, to other blocks, etc.?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexey, 2014-01-12
@ScorpLeX

print_r( $result[0][0]);prints the array element numbered 0 from the array...
print_r($result);write like this.
And read here .

P
Petrusha Ukropov, 2014-01-12
@artishok

They have api, write to their support team.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question