I want to extract only a select number of rows from a table that exists on an external site. I am using the response in the following post as a start to extract the entire table:
PHP Data Extraction From External Website, Then Write to Database
It works great for getting the whole table, but what I want to accomplish is as follows.
1) exclude the first row
2) include the next 7 rows
3) exclude the rest of the table
Can this be done?