I am using cURL to fetch data from another site into my application. I am getting the data in exactly the same format as it is displayed on the browser.
What I need is to get the data in a form of an array.
I even tried using file_get_contents, but it also doesn't gives me the data in array (as it outputs in array).
Thanks in advance.