HTML table to array PHP

前端 未结 2 1792
广开言路
广开言路 2021-01-15 00:23

I have a schoolcalendar online, but I want to have it in my own application. Unfortunately I can\'t get it working with PHP and regex.

The problem is that the table

2条回答
  •  天命终不由人
    2021-01-15 01:07

    Please use a HTML parser to extract the values. PHP Simple HTML parser is worth a shot: http://simplehtmldom.sourceforge.net/

提交回复
热议问题