shaymiller
Regular Member
- Dec 3, 2016
- 456
- 45
Hi - I’m scraping multiples pages from same site. Page-1, Page-2, etc. how can I insert this into MySQL database in the same order?
I’m able scrape page numbers and count # into MySQL. But one every new page, the count # restarts. So if one page has 10 results per page, next page count should start at 11, not 1
basically top songs site. it has 20 pages. page 1 would have highest rank and page would have lowest rank
using php simple dom to scrape
I’m able scrape page numbers and count # into MySQL. But one every new page, the count # restarts. So if one page has 10 results per page, next page count should start at 11, not 1
basically top songs site. it has 20 pages. page 1 would have highest rank and page would have lowest rank
using php simple dom to scrape