crawling a html page using php?

后端 未结 5 550
时光说笑
时光说笑 2020-12-03 23:38

This website lists over 250 courses in one list. I want to get the name of each course and insert that into my mysql database using php. The courses are listed like this:

5条回答
  •  遥遥无期
    2020-12-04 00:30

    You can use this HTML parsing php library to achieve this :http://simplehtmldom.sourceforge.net/

提交回复
热议问题