-3
我正在使用PHP簡單的HTML DOM解析器。 我該如何通過這樣的URL來抓取它。 http://www.example.com/categories/index.php?id=number from 1-1000
&文章如何抓取這種類型的網址
爬行通過URL應該是這樣的:
http://www.example.com/categories/index.php?id=1&article First URL
http://www.example.com/categories/index.php?id=2&article Second URL
http://www.example.com/categories/index.php?id=3&article Third URL
etc..