crawling a html page using php?

后端 未结 5 590
时光说笑
时光说笑 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

    I encountered the same problem. Here is a good class library called the html dom http://simplehtmldom.sourceforge.net/. This like jquery

提交回复
热议问题