douya2982 2010-01-21 22:30
浏览 15

获取网站上所有xml页面的列表

using php how do I go to a website and receive a list of all the xml files on a site. (It would also be nice to get the last date changed also)

There is a html files linking to html pages with a xml counterpart, does that help?

  • 写回答

2条回答 默认 最新

  • duanli0453 2010-01-21 22:36
    关注

    You might want to use SimpleXML or file_get_contents function depending on your requirements.

    评论
编辑
预览

报告相同问题?