|
hello guys, i need to extract a list of cities from a website that displays the results in pagination browsing. As far as I know its not CSS pagination (it would be easier in that case), but it draws the results from the database, and the query only has a "start" and displays a couple of results per page from a longer list.
Do you know how can I display all results at once ?
( maybe using adding an "end" parameter)
|