I am having some problems sending a cURL request with a language (en_US) for example.
1) Could anyone show me an example of how to send a cURL request with US language, and then get the HTML source code.
2) Next, what I am trying to do is to parse some information from the HTML Source code it gave me. What I want to parse looks like this:
There are multiple '', so it just has to get 'for each' since it can be a number between 0-5. Next, i want to get the parts where it says 'some text here..' and the 'some url here'.
I hope you can understand me, but to begin with I would just want to send a request with a language. Then we can take number 2 afterwards!