I am struck in a problem, i want a small amount of data from a site, but this data is present in different pages.
Hence i used curl request to call this pages
Problem:
curl request gives my a html page, and finding that small amount of content is difficult with php as, It is very simple to move through the HTML Dom with JavaScript(jquery). Can i move with same ease with php in HTML Dom
any help would be appreciated , please provide me link of such site also
I am not asking for all the coding , but just a library or link will do
if there is any trick it will also do , a small example like fetching element with ID would be of great help
Thanks