HTML table to php array

前端 未结 3 1532
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-30 06:06

--------------EDIT------------------------

So i am going with the DOM approach. Here is what I have so far:

  

        
3条回答
  •  长发绾君心
    2020-12-30 07:08

    You should consider using XML.

    It is much easier than HTML table and much more sufficient.

    Example: http://www.php.net/manual/en/simplexml.examples-basic.php

提交回复
热议问题