Answer the question
In order to leave comments, you need to log in
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
print_r( $result[0][0]);
prints the array element numbered 0 from the array... print_r($result);
write like this.
And read here .
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question