I am trying to scrap an HTML in PHP to locate a table and store it's value in MySQL Database using simple HTML DOM parser.
I got the reference through following question:
Only issue i am facing is that particular HTML table has a server side pagination implemented. Any idea how to scrape such HTML ?